Skip to content

Commit

Permalink
Merge pull request #321 from actonlang/release-v0.6.3
Browse files Browse the repository at this point in the history
Release v0.6.3
  • Loading branch information
plajjan authored Sep 28, 2021
2 parents c55cbc9 + 36d50b4 commit 02b7624
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@
There are currently known regressions:
- using RTS together with the distributed backend database is not working


## [0.6.3] (2021-09-28)

There are currently known regressions:
- using RTS together with the distributed backend database is not working

### Added
- Acton now has a apt repository - `apt.acton-lang.io` [#320]
- Version tagged releases are automatically uploaded.

### Changed
- `actonc` now uses `cc` rather than `gcc` [#303]
- Acton project makefiles now use `$(CC)` rather than hardcoding `cc` [#303]
- Acton is now built and tested on debian:bullseye (11, current stable) [#313]

### Fixed
- Debian packages now depend on non-dev libraries for utf8proc & protobuf [#315]
- Makefile restructuring [#304] [#307]
- backend and compiler Makefiles have now been folded into the top level
Makefile.
Expand Down Expand Up @@ -444,6 +456,8 @@ then, this second incarnation has been in focus and 0.2.0 was its first version.
[#304]: https://github.com/actonlang/acton/pull/304
[#307]: https://github.com/actonlang/acton/pull/307
[#308]: https://github.com/actonlang/acton/pull/308
[#313]: https://github.com/actonlang/acton/pull/313
[#320]: https://github.com/actonlang/acton/pull/320
[0.3.0]: https://github.com/actonlang/acton/releases/tag/v0.3.0
[0.4.0]: https://github.com/actonlang/acton/compare/v0.3.0...v0.4.0
[0.4.1]: https://github.com/actonlang/acton/compare/v0.4.0...v0.4.1
Expand All @@ -454,6 +468,7 @@ then, this second incarnation has been in focus and 0.2.0 was its first version.
[0.5.3]: https://github.com/actonlang/acton/compare/v0.5.2...v0.5.3
[0.6.0]: https://github.com/actonlang/acton/compare/v0.5.3...v0.6.0
[0.6.1]: https://github.com/actonlang/acton/compare/v0.6.0...v0.6.1
[0.6.2]: https://github.com/actonlang/acton/compare/v0.6.0...v0.6.1
[0.6.2]: https://github.com/actonlang/acton/compare/v0.6.1...v0.6.2
[0.6.3]: https://github.com/actonlang/acton/compare/v0.6.2...v0.6.3

[homebrew-acton#7]: https://github.com/actonlang/homebrew-acton/pull/7
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.6.2
VERSION=0.6.3

0 comments on commit 02b7624

Please sign in to comment.