Skip to content

Commit be911fe

Browse files
authored
Add latest release to changelog
This is only an update to the development version and does not represent a stable release.
1 parent 6fefa78 commit be911fe

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@ Notable changes to the `alacritty_terminal` crate are documented in its
1010

1111
## 0.16.0-dev
1212

13+
### Fixed
14+
15+
- Crash when OpenGL context resets
16+
17+
## 0.15.1
18+
1319
### Changed
1420

1521
- Error out when socket fails to create with `--daemon`
1622
- Default URL hints now stop before backslashes
1723

1824
### Fixed
1925

20-
- Crash when OpenGL context resets
2126
- Modifiers being out of sync for fast/synthetic input on X11
2227
- Child process creation failing while inside a deleted directory
2328
- Shifted key reported without a shift when using kitty keyboard protocol

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alacritty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.74.0"
1212

1313
[dependencies.alacritty_terminal]
1414
path = "../alacritty_terminal"
15-
version = "0.25.0-dev"
15+
version = "0.25.1-dev"
1616

1717
[dependencies.alacritty_config_derive]
1818
path = "../alacritty_config_derive"

alacritty_terminal/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

11-
## 0.25.0-dev
11+
## 0.25.1-dev
12+
13+
## 0.25.0
1214

1315
### Changed
1416

15-
- Replaced `Options::hold` with `Options::drain_on_exit` that drains, but doesn't hold, since holding can be done outside of alacritty_terminal
17+
- Replaced `Options::hold` with `Options::drain_on_exit`
1618

1719
## 0.24.2
1820

alacritty_terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alacritty_terminal"
3-
version = "0.25.0-dev"
3+
version = "0.25.1-dev"
44
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
55
license = "Apache-2.0"
66
description = "Library for writing terminal emulators"

0 commit comments

Comments
 (0)