Bump version to 0.2.4

This commit is contained in:
Christian Duerr 2018-12-09 23:28:29 +00:00 committed by GitHub
parent 1cebcd660b
commit 7ab0b44847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 357 additions and 249 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.4
### Added

594
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "alacritty"
version = "0.2.3"
version = "0.2.4"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
build = "build.rs"
@ -27,7 +27,7 @@ notify = "4"
bitflags = "1"
font = { path = "./font" }
errno = "0.2"
parking_lot = "0.6"
parking_lot = "0.7"
serde = "1"
serde_derive = "1"
serde_json = "1"

View File

@ -1,4 +1,4 @@
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.3" "User Commands"
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.4" "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.3</string>
<string>0.2.4</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.3' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.4' # 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