diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-07-01 22:13:24 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 22:13:24 +0400 |
commit | 104ae3665c76452d48bbfbf0ae626350d5c3f8b8 (patch) | |
tree | 4ee21f8b8cfbc0a17d0eb5e921b9be2008e4706b /alacritty_terminal | |
parent | 279d51d4890d188510207093a7f127511edd54f5 (diff) | |
download | alacritty-104ae3665c76452d48bbfbf0ae626350d5c3f8b8.tar.gz alacritty-104ae3665c76452d48bbfbf0ae626350d5c3f8b8.zip |
Add version 0.12.2 to CHANGELOG
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 4ad17f45..5782a8fb 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.19.1-dev" +version = "0.19.2-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |