Commit 311a9a2 1 parent 917883b commit 311a9a2 Copy full SHA for 311a9a2
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6.9
4
+
5
+ * Enhancements
6
+ * Improve template parsing and validation.
7
+ * Support multiple routers, and improve route discovery.
8
+
9
+ * Misc.
10
+ * Update language for missing directory.
11
+
3
12
## v0.6.8
4
13
5
14
* Bug Fixes
39
48
* Deprecations
40
49
* The ` --with-code ` flag has been changed to ` --verbose ` . The ` --with-code `
41
50
flag will continue to work as expected until v1.0.0, but will print a
42
- warning message.
51
+ warning message.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Sobelow.Mixfile do
4
4
def project do
5
5
[
6
6
app: :sobelow ,
7
- version: "0.6.8 " ,
7
+ version: "0.6.9 " ,
8
8
elixir: "~> 1.4" ,
9
9
build_embedded: Mix . env ( ) == :prod ,
10
10
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments