Skip to content

Commit

Permalink
Merge pull request #1607 from actonlang/release-v0.18.5
Browse files Browse the repository at this point in the history
Release v0.18.5
  • Loading branch information
plajjan authored Dec 12, 2023
2 parents 002e40e + 5fd03b5 commit ac08559
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ jobs:
- name: "Include new deb in Apt repository"
run: |
cd apt
reprepro include bullseye ../deb/*.changes
reprepro include stable ../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
@@ -1,5 +1,10 @@
# Changelog

## [0.18.5] (2023-12-12)

### Testing / CI
- Fix build of APT repo

## [0.18.4] (2023-12-12)

### Fixes
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.4
VERSION=0.18.5

0 comments on commit ac08559

Please sign in to comment.