From 78fa4d6febe25962be1068562ecaa0465bac445c Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 27 Dec 2023 21:57:26 +0100 Subject: Alacritty version 0.13.0 --- CHANGELOG.md | 2 +- Cargo.lock | 8 ++++---- alacritty/Cargo.toml | 8 ++++---- alacritty/windows/wix/alacritty.wxs | 2 +- alacritty_config/Cargo.toml | 2 +- alacritty_config_derive/Cargo.toml | 4 ++-- alacritty_terminal/Cargo.toml | 2 +- extra/osx/Alacritty.app/Contents/Info.plist | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdd7266..f7ebbb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.13.0-rc2 +## 0.13.0 ### Packaging diff --git a/Cargo.lock b/Cargo.lock index aa6b3d7f..0a3b6231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.13.0-rc2" +version = "0.13.0" dependencies = [ "ahash", "alacritty_config", @@ -69,7 +69,7 @@ dependencies = [ [[package]] name = "alacritty_config" -version = "0.1.2-rc2" +version = "0.1.2" dependencies = [ "log", "serde", @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "alacritty_config_derive" -version = "0.2.2-rc2" +version = "0.2.2" dependencies = [ "alacritty_config", "log", @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.20.0-rc2" +version = "0.20.0" dependencies = [ "base64", "bitflags 2.4.1", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 94f8b4de..519afdb4 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.13.0-rc2" +version = "0.13.0" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "A fast, cross-platform, OpenGL terminal emulator" @@ -11,15 +11,15 @@ rust-version = "1.70.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.20.0-rc2" +version = "0.20.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" -version = "0.2.2-rc2" +version = "0.2.2" [dependencies.alacritty_config] path = "../alacritty_config" -version = "0.1.2-rc2" +version = "0.1.2" [dependencies] ahash = { version = "0.8.6", features = ["no-rng"] } diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 3979352c..0da1e5b5 100644 --- a/alacritty/windows/wix/alacritty.wxs +++ b/alacritty/windows/wix/alacritty.wxs @@ -1,5 +1,5 @@ - + diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index 6fed7fa1..a3df5b5b 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.2-rc2" +version = "0.1.2" authors = ["Christian Duerr "] license = "MIT OR Apache-2.0" description = "Alacritty configuration abstractions" diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml index 938fbc75..efc94b49 100644 --- a/alacritty_config_derive/Cargo.toml +++ b/alacritty_config_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config_derive" -version = "0.2.2-rc2" +version = "0.2.2" authors = ["Christian Duerr "] license = "MIT OR Apache-2.0" description = "Failure resistant deserialization derive" @@ -18,7 +18,7 @@ syn = { version = "2.0.16", features = ["derive", "parsing", "proc-macro", "prin [dev-dependencies.alacritty_config] path = "../alacritty_config" -version = "0.1.2-rc2" +version = "0.1.2" [dev-dependencies] log = "0.4.11" diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index f0911cd5..5fc9a8af 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.20.0-rc2" +version = "0.20.0" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 52c5f137..7451240b 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.13.0-rc2 + 0.13.0 CFBundleSupportedPlatforms MacOSX -- cgit v1.2.3-54-g00ecf