We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e742e5 commit 437adc1Copy full SHA for 437adc1
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# v0.8.0 (2013-01-28)
2
+
3
* enhancements
4
* [Binary] Support `<< "string" :: utf8 >>` as in Erlang
5
* [Binary] Support `\a` escape character in binaries
Makefile
@@ -102,7 +102,7 @@ docs:
102
103
release_zip:
104
rm -rf v$(VERSION).zip
105
- zip -9 -r v$(VERSION).zip bin CHANGELOG.md LEGAL lib/*/ebin LICENSE README.md rel
+ zip -9 -r v$(VERSION).zip bin CHANGELOG.md LEGAL lib/*/ebin LICENSE README.md rel VERSION
106
107
release_docs: docs
108
cd ../elixir-lang.github.com && git checkout master
VERSION
@@ -1 +1 @@
-0.8.0.dev
+0.8.0
0 commit comments