diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-13 16:06:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:06:33 +0000 |
commit | 521d2f6a2c21bcec213a06729109a1b06cf9333d (patch) | |
tree | 39e5892e19d6e9a6149a2a87f3f84e95a5b06ea6 | |
parent | a68ce7a0e4fd231aae721acd6a742c66d581fd37 (diff) | |
download | alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.tar.gz alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.zip |
Bump version to 0.2.3
Since the version 0.2.2 had some significant breakage which affects a
large number of users, this 0.2.3 release aims at providing a stable
release which works for everyone without any major regressions.
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | alacritty.man | 2 | ||||
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 2 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e809f2a..c4b9d434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Version 0.2.3 ### Fixed @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.2" +version = "0.2.3" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" diff --git a/alacritty.man b/alacritty.man index 687781ee..ba01b459 100644 --- a/alacritty.man +++ b/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.2.2" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.2.3" "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 e1c0c886..4afc218a 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.2.2</string> + <string>0.2.3</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 85008334..36e12c4d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty # you probably want to 'snapcraft register <name>' -version: '0.2.2' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.2.3' # 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 |