From 6389f9a409f70be69fb7f889ff7989700579f03c Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 3 May 2024 21:47:41 +0200 Subject: Bump alacritty_terminal to 0.24.1-dev This is only an update to the development version and does not represent a stable release. --- alacritty_terminal/CHANGELOG.md | 4 +++- alacritty_terminal/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'alacritty_terminal') diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 8f416235..82636168 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -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 diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 92731db7..ed36cc36 100644 --- a/alacritty_terminal/Cargo.toml +++ b/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 ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" -- cgit