Skip to content

Commit

Permalink
v1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 10, 2021
1 parent 81a8d31 commit 4064ed6
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
@@ -1,5 +1,12 @@
# Changelog

## v1.11.0

* New features
* Export `RELEASE_SYS_CONFIG`, `RELEASE_ROOT`, and `RELEASE_TMP` to support
Elixir mix releases that contain a `runtime.exs`. Support for `runtime.exs`
is currently experimental.

## v1.10.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.10.0
VERSION=1.11.0

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit 4064ed6

Please sign in to comment.