diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-05-02 09:04:47 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-05-02 09:06:23 +0200 |
commit | 4688c40081337a1cb8149c9436c96f6e9d1f83da (patch) | |
tree | a873793f5dec1dc051125f9a0f67166dc1ff083b | |
parent | ed3fac8a033acf10293712339185920849d45a0a (diff) | |
download | alacritty-4688c40081337a1cb8149c9436c96f6e9d1f83da.tar.gz alacritty-4688c40081337a1cb8149c9436c96f6e9d1f83da.zip |
Alacritty Terminal version 0.23.0alacritty_terminal_v0.23.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 2 | ||||
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 2 | ||||
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.23.0-dev" +version = "0.23.0" dependencies = [ "base64", "bitflags 2.4.2", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index b305197e..6551418f 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.70.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.23.0-dev" +version = "0.23.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 8f416235..d72d6c1d 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.23.0-dev +## 0.23.0 ### Added diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 92731db7..2079657a 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.23.0-dev" +version = "0.23.0" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |