Skip to content

Commit

Permalink
Merge pull request #1704 from actonlang/release-v0.20.1
Browse files Browse the repository at this point in the history
Release v0.20.1
  • Loading branch information
plajjan authored Feb 22, 2024
2 parents ce5469c + 26890f2 commit 5a9bf46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## [0.20.1] (2024-02-22)
### Fixed
- Install `acton` frontend in Debian package

## [0.20.0] (2024-02-22)

### Added
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ release: distribution
install:
mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/usr/lib/acton
cp -a dist/. $(DESTDIR)/usr/lib/acton/
cd $(DESTDIR)/usr/bin && ln -s ../lib/acton/bin/acton
cd $(DESTDIR)/usr/bin && ln -s ../lib/acton/bin/actonc
cd $(DESTDIR)/usr/bin && ln -s ../lib/acton/bin/actondb
cd $(DESTDIR)/usr/bin && ln -s ../lib/acton/bin/runacton
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.20.0
VERSION=0.20.1

0 comments on commit 5a9bf46

Please sign in to comment.