summaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-23 01:01:23 +0200
committerChristian Duerr <contact@christianduerr.com>2024-10-22 23:10:01 +0000
commit22a447573bbd67c0a5d3946d58d6d61bac3b4ad2 (patch)
treeabf7dfefbf4a8b247f5f4df2564ccda0e95a1181 /alacritty_terminal
parent35549130aa8567c4d98822e7d71e93208c9be99a (diff)
downloadalacritty-22a447573bbd67c0a5d3946d58d6d61bac3b4ad2.tar.gz
alacritty-22a447573bbd67c0a5d3946d58d6d61bac3b4ad2.zip
Alacritty version 0.14.0v0.14.0alacritty_terminal_v0.24.1
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/CHANGELOG.md2
-rw-r--r--alacritty_terminal/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md
index 25f331b7..e612e749 100644
--- a/alacritty_terminal/CHANGELOG.md
+++ b/alacritty_terminal/CHANGELOG.md
@@ -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.24.1-rc2
+## 0.24.1
### Changed
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 31963aae..aca99825 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.24.1-rc2"
+version = "0.24.1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"