We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6133c67 commit 6e0b94eCopy full SHA for 6e0b94e
2 files changed
CHANGELOG.md
@@ -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
+
5
# v0.6.0
6
* Enhancements
7
* Made the Tuple, Range and BitString data structures more immutable
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.6.0",
+ version: "0.7.0-dev",
8
elixir: "~> 1.0",
9
compilers: Mix.compilers,
10
escript: escript_config,
0 commit comments