summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-15 21:25:07 +0200
committerChristian Duerr <contact@christianduerr.com>2024-10-15 20:12:21 +0000
commit7552ae7973f69e8452b5ce217e9b73b637519f55 (patch)
tree15303719f825e89c1c79b8aad62f011b3f08993d
parent392e24cd1197fef668bd2adeba2379a1b38accde (diff)
downloadalacritty-7552ae7973f69e8452b5ce217e9b73b637519f55.tar.gz
alacritty-7552ae7973f69e8452b5ce217e9b73b637519f55.zip
Alacritty version 0.14.0-rc2v0.14.0-rc2alacritty_terminal_v0.24.1-rc2
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock8
-rw-r--r--alacritty/Cargo.toml8
-rw-r--r--alacritty/windows/wix/alacritty.wxs2
-rw-r--r--alacritty_config/Cargo.toml4
-rw-r--r--alacritty_config_derive/Cargo.toml4
-rw-r--r--alacritty_terminal/CHANGELOG.md2
-rw-r--r--alacritty_terminal/Cargo.toml2
-rw-r--r--extra/osx/Alacritty.app/Contents/Info.plist2
9 files changed, 17 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 025e56a9..9f93e4e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Notable changes to the `alacritty_terminal` crate are documented in its
[CHANGELOG](./alacritty_terminal/CHANGELOG.md).
-## 0.14.0-rc1
+## 0.14.0-rc2
### Packaging
diff --git a/Cargo.lock b/Cargo.lock
index ab00f984..a61ad389 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "alacritty"
-version = "0.14.0-rc1"
+version = "0.14.0-rc2"
dependencies = [
"ahash",
"alacritty_config",
@@ -69,7 +69,7 @@ dependencies = [
[[package]]
name = "alacritty_config"
-version = "0.2.2-rc1"
+version = "0.2.2-rc2"
dependencies = [
"alacritty_config_derive",
"log",
@@ -79,7 +79,7 @@ dependencies = [
[[package]]
name = "alacritty_config_derive"
-version = "0.2.4-rc1"
+version = "0.2.4-rc2"
dependencies = [
"alacritty_config",
"log",
@@ -92,7 +92,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
-version = "0.24.1-rc1"
+version = "0.24.1-rc2"
dependencies = [
"base64",
"bitflags 2.6.0",
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index 0c971912..b8f9c393 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.14.0-rc1"
+version = "0.14.0-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "A fast, cross-platform, OpenGL terminal emulator"
@@ -12,15 +12,15 @@ rust-version = "1.74.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.24.1-rc1"
+version = "0.24.1-rc2"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
-version = "0.2.4-rc1"
+version = "0.2.4-rc2"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.2.2-rc1"
+version = "0.2.2-rc2"
[dependencies]
ahash = { version = "0.8.6", features = ["no-rng"] }
diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs
index d4817af1..d0267bb6 100644
--- a/alacritty/windows/wix/alacritty.wxs
+++ b/alacritty/windows/wix/alacritty.wxs
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
- <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.14.0-rc1" Manufacturer="Alacritty" InstallerVersion="200">
+ <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.14.0-rc2" Manufacturer="Alacritty" InstallerVersion="200">
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico" />
<WixVariable Id="WixUILicenseRtf" Value=".\alacritty\windows\wix\license.rtf" />
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml
index a557c568..a275aa85 100644
--- a/alacritty_config/Cargo.toml
+++ b/alacritty_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_config"
-version = "0.2.2-rc1"
+version = "0.2.2-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Alacritty configuration abstractions"
@@ -15,5 +15,5 @@ serde = "1.0.163"
toml = "0.8.2"
[dev-dependencies]
-alacritty_config_derive = { version = "0.2.4-rc1", path = "../alacritty_config_derive" }
+alacritty_config_derive = { version = "0.2.4-rc2", path = "../alacritty_config_derive" }
serde = { version = "1.0.163", features = ["derive"] }
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml
index 2ed17859..bca0e402 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.4-rc1"
+version = "0.2.4-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Failure resistant deserialization derive"
@@ -19,7 +19,7 @@ syn = { version = "2.0.16", features = ["derive", "parsing", "proc-macro", "prin
[dev-dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.2.2-rc1"
+version = "0.2.2-rc2"
[dev-dependencies]
log = "0.4.11"
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md
index 5def42a1..25f331b7 100644
--- a/alacritty_terminal/CHANGELOG.md
+++ b/alacritty_terminal/CHANGELOG.md
@@ -8,7 +8,7 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-## 0.24.1-rc1
+## 0.24.1-rc2
### Changed
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index c96e9b73..057fe7e4 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.24.1-rc1"
+version = "0.24.1-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
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 377988cb..1143d78c 100644
--- a/extra/osx/Alacritty.app/Contents/Info.plist
+++ b/extra/osx/Alacritty.app/Contents/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.14.0-rc1</string>
+ <string>0.14.0-rc2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>