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.
This commit is contained in:
Christian Duerr 2018-11-13 16:06:33 +00:00 committed by GitHub
parent a68ce7a0e4
commit 521d2f6a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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