v0.9.0-rc1 - new upstream release

This commit is contained in:
Martin Simon 2021-07-19 02:14:57 +02:00
parent bd1187b2e4
commit 5d620144d8
3 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -eu
IMAGE="debian:buster-slim"
TARGET="$(dirname "$0" | xargs realpath)"
VERSION="v0.8.0"
VERSION="v0.9.0-rc1"
while getopts "v:i:h" opt
do

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
alacritty (0.9.0-rc1-1) unstable; urgency=medium
* New upstream release
* Add new `libxkbcommon-dev` dependency
-- Martin Simon <me@martinsimon.me> Mon, 19 Jul 2021 00:00:00 +0000
alacritty (0.8.0-4) unstable; urgency=medium
* Fix Alacritty terminfo file compilation

1
debian/control vendored
View File

@ -12,6 +12,7 @@ Build-Depends:
libxcb-render0-dev,
libxcb-shape0-dev,
libxcb-xfixes0-dev,
libxkbcommon-dev,
rustc:native,
python3,
Standards-Version: 4.5.0