From a26174890e2184fa29b68fde7b72de5a566ad711 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 6 Jan 2025 07:23:36 +0300 Subject: Bump development version to 0.16.0-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 a6ee32b2..55c21d3f 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.24.2-dev +## 0.24.3-dev + +## 0.24.2 ### Added diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 32e09a72..53e0be10 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.24.2-dev" +version = "0.24.3-dev" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" -- cgit v1.2.3-54-g00ecf