aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-05-22 03:06:19 +0300
committerGitHub <noreply@github.com>2023-05-22 03:06:19 +0300
commitf0379f2da751e81ba05bbf65ecb5e59590f39be4 (patch)
treea5381b828edf7ddecd1c06889deb5f1972052338 /alacritty_terminal
parent36301e4195148d6f3b60b75f8a30f7a08e8bf2a7 (diff)
downloadalacritty-f0379f2da751e81ba05bbf65ecb5e59590f39be4.tar.gz
alacritty-f0379f2da751e81ba05bbf65ecb5e59590f39be4.zip
Add version 0.12.1 to CHANGELOG
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index f9fa926b..5e4efd0b 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.18.1-dev"
+version = "0.19.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"