Bump version to 0.2.5

This bumps the version number to 0.2.5 and prepares everything for the
next versioned release.
This commit is contained in:
Christian Duerr 2019-01-07 17:36:16 +00:00 committed by GitHub
parent 04707cbba6
commit 55c894b30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 253 additions and 240 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## Version 0.2.5
### Added ### Added

483
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "alacritty" name = "alacritty"
version = "0.2.4" version = "0.2.5"
authors = ["Joe Wilm <joe@jwilm.com>"] authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0" license = "Apache-2.0"
build = "build.rs" build = "build.rs"

View File

@ -1,4 +1,4 @@
.TH ALACRITTY "1" "August 2018" "alacritty 0.2.4" "User Commands" .TH ALACRITTY "1" "August 2018" "alacritty 0.2.5" "User Commands"
.SH NAME .SH NAME
alacritty \- a cross-platform, gpu-accelerated terminal emulator alacritty \- a cross-platform, gpu-accelerated terminal emulator
.SH "SYNOPSIS" .SH "SYNOPSIS"

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.2.4</string> <string>0.2.5</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>

View File

@ -1,5 +1,5 @@
name: alacritty name: alacritty
version: '0.2.4' # just for humans, typically '1.2+git' or '1.3.2' version: '0.2.5' # just for humans, typically '1.2+git' or '1.3.2'
summary: Modern, GPU accelerated terminal emulator summary: Modern, GPU accelerated terminal emulator
description: | description: |
Alacritty is the fastest terminal emulator in existence. Using the GPU Alacritty is the fastest terminal emulator in existence. Using the GPU