1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Alacritty Terminal version 0.23.0

This commit is contained in:
Christian Duerr 2024-05-02 09:04:47 +02:00
parent ed3fac8a03
commit 4688c40081
No known key found for this signature in database
GPG key ID: 85CDAE3C164BA7B4
4 changed files with 4 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.23.0"
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.23.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"

View file

@ -8,7 +8,7 @@ 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.23.0
### Added

View file

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