Add version 0.12.1 to CHANGELOG

This commit is contained in:
Kirill Chibisov 2023-05-22 03:06:19 +03:00 committed by GitHub
parent 36301e4195
commit f0379f2da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -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",

View file

@ -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]

View file

@ -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"