Bump alacritty_terminal to 0.24.1-dev

This is only an update to the development version and does not represent
a stable release.
This commit is contained in:
Christian Duerr 2024-05-03 21:47:41 +02:00 committed by GitHub
parent 26ed8e1b9d
commit 82f41ed65c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -91,7 +91,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
version = "0.23.0-dev"
version = "0.24.1-dev"
dependencies = [
"base64",
"bitflags 2.4.2",

View file

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

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
version = "0.23.0-dev"
version = "0.24.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"