1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-07 17:43:03 -04:00

Alacritty version 0.15.1

This commit is contained in:
Christian Duerr 2025-02-16 21:32:47 +01:00
parent 3b1ad3ffef
commit 0c405d53e7
7 changed files with 9 additions and 9 deletions

View file

@ -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

4
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "alacritty"
version = "0.15.1-rc1"
version = "0.15.1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
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"

View file

@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.15.1-rc1" Manufacturer="Alacritty" InstallerVersion="200">
<Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.15.1" Manufacturer="Alacritty" InstallerVersion="200">
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico" />
<WixVariable Id="WixUILicenseRtf" Value=".\alacritty\windows\wix\license.rtf" />

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.25.0-rc1
## 0.25.0
### Changed

View file

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

View file

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.15.1-rc1</string>
<string>0.15.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>