Skip to content

Commit

Permalink
Bump to version v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 16, 2017
1 parent c3a39d2 commit 388d2a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.8.0

* New features
* Add -b/--boot parameter to specify which `.boot` file to run.
* Add support for running a program before launching the Erlang VM.
This simplifies a use case where wrapping the call to run the VM
was too much work.

## v0.7.3

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=0.7.3
VERSION=0.8.0

CFLAGS+=-Wall -Wextra -O2 -DPROGRAM_VERSION=$(VERSION)

Expand Down

0 comments on commit 388d2a3

Please sign in to comment.