Skip to content

Commit 3b1ad3f

Browse files
kchibisovchrisduerr
authored andcommitted
Alacritty version 0.15.1-rc1
1 parent ad2ee86 commit 3b1ad3f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
Notable changes to the `alacritty_terminal` crate are documented in its
99
[CHANGELOG](./alacritty_terminal/CHANGELOG.md).
1010

11-
## 0.16.0-dev
11+
## 0.15.1-rc1
1212

1313
### Changed
1414

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alacritty/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alacritty"
3-
version = "0.15.0"
3+
version = "0.15.1-rc1"
44
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
55
license = "Apache-2.0"
66
description = "A fast, cross-platform, OpenGL terminal emulator"
@@ -12,7 +12,7 @@ rust-version = "1.74.0"
1212

1313
[dependencies.alacritty_terminal]
1414
path = "../alacritty_terminal"
15-
version = "0.24.2"
15+
version = "0.25.0-rc1"
1616

1717
[dependencies.alacritty_config_derive]
1818
path = "../alacritty_config_derive"

alacritty/windows/wix/alacritty.wxs

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

alacritty_terminal/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

11-
## 0.25.0-dev
11+
## 0.25.0-rc1
1212

1313
### Changed
1414

alacritty_terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alacritty_terminal"
3-
version = "0.24.2"
3+
version = "0.25.0-rc1"
44
authors = ["Christian Duerr <[email protected]>", "Joe Wilm <[email protected]>"]
55
license = "Apache-2.0"
66
description = "Library for writing terminal emulators"

extra/osx/Alacritty.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.15.0</string>
18+
<string>0.15.1-rc1</string>
1919
<key>CFBundleSupportedPlatforms</key>
2020
<array>
2121
<string>MacOSX</string>

0 commit comments

Comments
 (0)