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 /Cargo.lock | |
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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.19.1-dev" +version = "0.19.2-dev" dependencies = [ "alacritty_config", "alacritty_config_derive", |