Browse Source

release v0.14.0

Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
Andreas Stenius 4 years ago
parent
commit
c1f3df8379
2 changed files with 8 additions and 1 deletions
  1. 7 0
      NEWS.md
  2. 1 1
      src/erlydtl.app.src

+ 7 - 0
NEWS.md

@@ -4,6 +4,13 @@ This file records noteworthy changes and additions to erlydtl as
 suggested by the [GNU Coding
 Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File).
 
+
+## 0.14.0 (2021-03-19)
+
+* #270 Added nowarn flag to export all in erlydtl_runtime
+* #271 Hex wrong vsn and support OTP 23
+
+
 ## 0.13.0 (2020-02-15)
 
 * #254 Semantical issue in rebar.config.script

+ 1 - 1
src/erlydtl.app.src

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 {application, erlydtl,
  [{description, "Django Template Language for Erlang"},
-  {vsn, "0.13.1"},
+  {vsn, "0.14.0"},
   {modules, []},
   {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
   {registered, []},