From e79eeda8356b4d47fbfb36e3cde136e94a71ac7b Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Tue, 31 Oct 2023 14:20:59 +0100 Subject: [PATCH] Release v0.18.2 Keep posting deb updates to the bullseye APT distribution. It failed because we haven't initiated the bookworm one. I mistook the error to mean a misalignment between what we tried to add to and the source (i.e. what is in changelog), but that was wrong. Our packages are compatible across bullseye and bookworm. In a perfect world we'd probably add both but it feels simpler and more pragmatic to just use one and between calling it bookworm or bullseye, I think it's a better intuition to keep the old name since it is indeed compatible with bullseye too. Easier to explain how it is forwards compatible. --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 5 +++++ common.mk | 2 +- debian/changelog.in | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7951f0404..9bbdc971e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -445,7 +445,7 @@ jobs: - name: "Include new deb in Apt repository" run: | cd apt - reprepro include bookworm ../deb/*.changes + reprepro include bullseye ../deb/*.changes - name: "Push updates to git repository for apt.acton-lang.io" run: | cd apt diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ae0b50e..e54e68b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## Unreleased +## [0.18.2] (2023-10-31) + +A real fix this time to the Debian APT repo. + + ## [0.18.1] (2023-10-31) A small fix for Debian builds. diff --git a/common.mk b/common.mk index 45a237f89..56d642224 100644 --- a/common.mk +++ b/common.mk @@ -1 +1 @@ -VERSION=0.18.1 +VERSION=0.18.2 diff --git a/debian/changelog.in b/debian/changelog.in index cdded9e4e..a7b84b8f5 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -1,4 +1,4 @@ -acton (VERSION) bookworm; urgency=medium +acton (VERSION) bullseye; urgency=medium * See CHANGELOG.md