We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10f7a9 commit 16ce117Copy full SHA for 16ce117
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.15.0-dev
+# v0.15.0
2
* Enhancements
3
* `alias`, `require`, and `import` now work inside lexical scopes
4
* `__ENV__` and `__CALLER__` are now supported
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
5
[
6
app: :elixir_script,
7
- version: "0.15.0-dev",
+ version: "0.15.0",
8
elixir: "~> 1.0",
9
escript: escript_config,
10
deps: deps,
0 commit comments