Skip to content

Commit

Permalink
Merge pull request #68 from actonlang/release-0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
plajjan committed Aug 5, 2021
2 parents faccaf9 + c1974cc commit e148935
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## Unreleased

## [0.4.1](https://github.com/actonlang/acton/releases/tag/v0.4.1) (2021-08-05)

### Added
- `--version --verbose` will print verbose version information
- internal compiler errors now include information about the C compiler (cc)
- Acton is now made available as GitHub Releases
- pre-built binary releases! Users no longer need to compile Acton themselves
- available from [Releases page](https://github.com/actonlang/acton/releases)
- versioned releases, like this v0.4.1, are available
- latest build from `main` branch is available as `tip`

### Fixed
- integer subtraction has been fixed
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.4.0
VERSION=0.4.1

0 comments on commit e148935

Please sign in to comment.