Skip to content

Commit 6e0b94e

Browse files
committed
version 0.7.0-dev
1 parent 6133c67 commit 6e0b94e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.7.0-dev
2+
* Enhancements
3+
* Now using Exos and node_erlastic for communicating between Elixir and Node
4+
15
# v0.6.0
26
* Enhancements
37
* Made the Tuple, Range and BitString data structures more immutable

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.6.0",
7+
version: "0.7.0-dev",
88
elixir: "~> 1.0",
99
compilers: Mix.compilers,
1010
escript: escript_config,

0 commit comments

Comments
 (0)