From bb8ea18ea848f67ce981b0c2446d1eee2c49eada Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 24 Mar 2024 05:02:12 +0100 Subject: Alacritty version 0.13.2 --- 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 631e6cec..e0a8712d 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.2-rc1 +## 0.13.2 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9f095185..b322b16c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.13.2-rc1" +version = "0.13.2" dependencies = [ "ahash", "alacritty_config", @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "alacritty_config" -version = "0.2.1-rc1" +version = "0.2.1" dependencies = [ "alacritty_config_derive", "log", @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "alacritty_config_derive" -version = "0.2.3-rc1" +version = "0.2.3" dependencies = [ "alacritty_config", "log", @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.23.0-rc1" +version = "0.23.0" dependencies = [ "base64", "bitflags 2.4.2", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 3a2f6b9e..f54b29cc 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.13.2-rc1" +version = "0.13.2" 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.23.0-rc1" +version = "0.23.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" -version = "0.2.3-rc1" +version = "0.2.3" [dependencies.alacritty_config] path = "../alacritty_config" -version = "0.2.1-rc1" +version = "0.2.1" [dependencies] ahash = { version = "0.8.6", features = ["no-rng"] } diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 0996f3e1..a652d1d6 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 10fe3632..f90b17e7 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.2.1-rc1" +version = "0.2.1" 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 4bd9c232..57ca10f2 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.3-rc1" +version = "0.2.3" 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.2.1-rc1" +version = "0.2.1" [dev-dependencies] log = "0.4.11" diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index e49fd029..562ca438 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.23.0-rc1" +version = "0.23.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 e11f3a57..dce7b170 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.2-rc1 + 0.13.2 CFBundleSupportedPlatforms MacOSX -- cgit v1.2.3-54-g00ecf