Skip to content

Commit 437adc1

Browse files
author
José Valim
committed
Release v0.8.0
1 parent 9e742e5 commit 437adc1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.8.0 (2013-01-28)
2+
13
* enhancements
24
* [Binary] Support `<< "string" :: utf8 >>` as in Erlang
35
* [Binary] Support `\a` escape character in binaries

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docs:
102102

103103
release_zip:
104104
rm -rf v$(VERSION).zip
105-
zip -9 -r v$(VERSION).zip bin CHANGELOG.md LEGAL lib/*/ebin LICENSE README.md rel
105+
zip -9 -r v$(VERSION).zip bin CHANGELOG.md LEGAL lib/*/ebin LICENSE README.md rel VERSION
106106

107107
release_docs: docs
108108
cd ../elixir-lang.github.com && git checkout master

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0.dev
1+
0.8.0

0 commit comments

Comments
 (0)