From f0379f2da751e81ba05bbf65ecb5e59590f39be4 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 22 May 2023 03:06:19 +0300 Subject: Add version 0.12.1 to CHANGELOG --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- alacritty/Cargo.toml | 2 +- alacritty_terminal/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95194f10..ba7b44e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mode-specific bindings can now be bound in any mode for easier macros - `--help` output is more compact now and uses more neutral palette +## 0.12.1 + ### Fixed - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI diff --git a/Cargo.lock b/Cargo.lock index a941d696..3d8284dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.18.1-dev" +version = "0.19.1-dev" dependencies = [ "alacritty_config", "alacritty_config_derive", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index d8e41e78..b7ec4cc6 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.65.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.18.1-dev" +version = "0.19.1-dev" default-features = false [dependencies.alacritty_config_derive] 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 ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" -- cgit