From 44909bae69741f01c0aa354c03dac3f4b358c264 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Wed, 3 Oct 2018 08:13:14 -0700 Subject: Version 0.2.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- alacritty.man | 2 +- assets/osx/Alacritty.app/Contents/Info.plist | 2 +- snap/snapcraft.yaml | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab2bce2..ac29fb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## Version 0.2.1 + ### Added - Implement the `hidden` escape sequence (`echo -e "\e[8mTEST"`) diff --git a/Cargo.lock b/Cargo.lock index 0f4bf2ed..348b10c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arraydeque 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 73ed7a3a..8aedfc33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.0" +version = "0.2.1" authors = ["Joe Wilm "] license = "Apache-2.0" build = "build.rs" diff --git a/alacritty.man b/alacritty.man index cff766ce..5baa5b82 100644 --- a/alacritty.man +++ b/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.2.0" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.2.1" "User Commands" .SH NAME alacritty \- a cross-platform, gpu-accelerated terminal emulator .SH "SYNOPSIS" diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index 5b6870a4..30dd6d89 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.2.1 CFBundleSupportedPlatforms MacOSX diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 11681434..b1583019 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty # you probably want to 'snapcraft register ' -version: '0.2.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.2.1' # just for humans, typically '1.2+git' or '1.3.2' summary: Modern, GPU accelerated terminal emulator # 79 char long summary description: | Modern, GPU accelerated terminal emulator -- cgit