Skip to content

Commit

Permalink
Merge pull request #1568 from actonlang/release-v0.18.2
Browse files Browse the repository at this point in the history
Release v0.18.2
  • Loading branch information
plajjan authored Oct 31, 2023
2 parents d39e5b5 + e79eeda commit 721c81a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.18.1
VERSION=0.18.2
2 changes: 1 addition & 1 deletion debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
acton (VERSION) bookworm; urgency=medium
acton (VERSION) bullseye; urgency=medium

* See CHANGELOG.md

Expand Down

0 comments on commit 721c81a

Please sign in to comment.