Skip to content

Commit

Permalink
v0.14.0 - new upstream release
Browse files Browse the repository at this point in the history
Debian Bookworm will now be used as the default Debian release.

Signed-off-by: Oliver Kraitschy <[email protected]>
  • Loading branch information
okraits committed Oct 23, 2024
1 parent d0bb3fa commit b2cfd6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
```bash
user@hostname$ ./build.sh
```
By default this will build alacritty v0.13.2 on Debian Bullseye.
By default this will build alacritty v0.14.0 on Debian Bookworm.

If you want to customize the build at runtime, use the following:

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -eu

IMAGE="debian:bullseye-slim"
IMAGE="debian:bookworm-slim"
TARGET="$(dirname "$0" | xargs realpath)"
VERSION="v0.13.2"
VERSION="v0.14.0"

while getopts "v:i:h" opt
do
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
alacritty (0.14.0) unstable; urgency=medium

* New upstream release
* Switch to Debian Bookworm as the default Debian release

-- Oliver Kraitschy <[email protected]> Wed, 23 Oct 2024 00:00:00 +0000

alacritty (0.13.2) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit b2cfd6f

Please sign in to comment.