From 0c405d53e74ace2980fc5e6c6d5b710c144bc075 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 16 Feb 2025 21:32:47 +0100 Subject: [PATCH] Alacritty version 0.15.1 --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- alacritty/Cargo.toml | 4 ++-- alacritty/windows/wix/alacritty.wxs | 2 +- alacritty_terminal/CHANGELOG.md | 2 +- alacritty_terminal/Cargo.toml | 2 +- extra/osx/Alacritty.app/Contents/Info.plist | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35585f7e..75c83c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Notable changes to the `alacritty_terminal` crate are documented in its [CHANGELOG](./alacritty_terminal/CHANGELOG.md). -## 0.15.1-rc1 +## 0.15.1 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 7d3b5f04..2abcb8db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.15.1-rc1" +version = "0.15.1" dependencies = [ "ahash", "alacritty_config", @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.25.0-rc1" +version = "0.25.0" dependencies = [ "base64", "bitflags 2.6.0", diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index aa89f8db..8eb02918 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.15.1-rc1" +version = "0.15.1" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "A fast, cross-platform, OpenGL terminal emulator" @@ -12,7 +12,7 @@ rust-version = "1.74.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.25.0-rc1" +version = "0.25.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 47f4dabf..7d0cd5a5 100644 --- a/alacritty/windows/wix/alacritty.wxs +++ b/alacritty/windows/wix/alacritty.wxs @@ -1,5 +1,5 @@ - + diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 25216451..7f04ab7d 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.25.0-rc1 +## 0.25.0 ### Changed diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index d216b878..cc093f77 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.25.0-rc1" +version = "0.25.0" authors = ["Christian Duerr ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 48df9b38..08fcd181 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.15.1-rc1 + 0.15.1 CFBundleSupportedPlatforms MacOSX