Skip to content

Commit

Permalink
Merge branch 'master' into clean_monitor_shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed May 3, 2024
2 parents 2235c3b + 82f41ed commit 9a26556
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alacritty/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ rust-version = "1.70.0"

[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
version = "0.23.0-dev"
version = "0.24.1-dev"

[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
Expand Down
4 changes: 3 additions & 1 deletion alacritty_terminal/CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and

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

## 0.23.0-dev
## 0.24.1-dev

## 0.24.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
version = "0.23.0-dev"
version = "0.24.1-dev"
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"
Expand Down

0 comments on commit 9a26556

Please sign in to comment.