diff --git a/CHANGELOG.md b/CHANGELOG.md index 354a2305..986d90b3 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-dev +## 0.13.2-rc1 ### Added diff --git a/Cargo.lock b/Cargo.lock index 29be0471..9f095185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.13.1" +version = "0.13.2-rc1" dependencies = [ "ahash", "alacritty_config", @@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "alacritty_config" -version = "0.2.0" +version = "0.2.1-rc1" dependencies = [ "alacritty_config_derive", "log", @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "alacritty_config_derive" -version = "0.2.2" +version = "0.2.3-rc1" dependencies = [ "alacritty_config", "log", @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.21.0" +version = "0.23.0-rc1" dependencies = [ "base64", "bitflags 2.4.2", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index bdb935aa..3a2f6b9e 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.13.1" +version = "0.13.2-rc1" 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.21.0" +version = "0.23.0-rc1" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" -version = "0.2.2" +version = "0.2.3-rc1" [dependencies.alacritty_config] path = "../alacritty_config" -version = "0.2.0" +version = "0.2.1-rc1" [dependencies] ahash = { version = "0.8.6", features = ["no-rng"] } diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 1bef19e8..0996f3e1 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 85cd8e6b..10fe3632 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.2.0" +version = "0.2.1-rc1" 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 db3dec7d..4bd9c232 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" +version = "0.2.3-rc1" 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.0" +version = "0.2.1-rc1" [dev-dependencies] log = "0.4.11" diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index c0cc5072..e49fd029 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.21.0" +version = "0.23.0-rc1" 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 cb8f218f..e11f3a57 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.1 + 0.13.2-rc1 CFBundleSupportedPlatforms MacOSX