diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-05-03 21:47:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 19:47:41 +0000 |
commit | 82f41ed65ce0d3207d56d6877fd0ed898d7dce0c (patch) | |
tree | debe82ba1862c9ce8244bcadf3be640ac894f0f8 | |
parent | 26ed8e1b9dfe2e4c5d23dc80043554197113d83f (diff) | |
download | alacritty-82f41ed65ce0d3207d56d6877fd0ed898d7dce0c.tar.gz alacritty-82f41ed65ce0d3207d56d6877fd0ed898d7dce0c.zip |
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent
a stable release.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 2 | ||||
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 4 | ||||
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
4 files changed, 6 insertions, 4 deletions
@@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.23.0-dev" +version = "0.24.1-dev" dependencies = [ "base64", "bitflags 2.4.2", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index b305197e..7fcbb13a 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.24.1-dev" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 8f416235..82636168 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -8,7 +8,9 @@ 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.24.1-dev + +## 0.24.0 ### Added diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 92731db7..ed36cc36 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.24.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |