mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Add version 0.12.1 to CHANGELOG
This commit is contained in:
parent
36301e4195
commit
f0379f2da7
4 changed files with 5 additions and 3 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue