diff --git a/CHANGELOG.md b/CHANGELOG.md index e819e99..a154a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,21 @@ ### HEAD -### Raymond 2.0.3 _(Jan 30, 2020)_ +### Raymond 0.2.3 _(Jan 30, 2020)_ - [IMPROVEMENT] Iterate map keys in ordered fashion - [IMPROVEMENT] Add `RemoveHelper` and `RemoveAllHelpers` functions -### Raymond 2.0.2 _(March 22, 2018)_ +### Raymond 0.2.2 _(March 22, 2018)_ - [IMPROVEMENT] Add the #equal helper (#7) - [IMPROVEMENT] Add struct tag template variable support (#8) -### Raymond 2.0.1 _(June 01, 2016)_ +### Raymond 0.2.1 _(June 01, 2016)_ - [BUGFIX] Removes data races [#3](https://github.com/aymerick/raymond/issues/3) - Thanks [@markbates](https://github.com/markbates) -### Raymond 2.0.0 _(May 01, 2016)_ +### Raymond 0.2.0 _(May 01, 2016)_ - [BUGFIX] Fixes passing of context in helper options [#2](https://github.com/aymerick/raymond/issues/2) - Thanks [@GhostRussia](https://github.com/GhostRussia) - [BREAKING] Renames and unexports constants: @@ -32,7 +32,7 @@ - `lexer.DUMP_ALL_TOKENS_VAL` -### Raymond 1.1.0 _(June 15, 2015)_ +### Raymond 0.1.0 _(June 15, 2015)_ - Permits templates references with lowercase versions of struct fields. - Adds `ParseFile()` function. @@ -40,6 +40,6 @@ - Helpers can now be struct methods. - Ensures safe concurrent access to helpers and partials. -### Raymond 1.0.0 _(June 09, 2015)_ +### Raymond 0.1.0 _(June 09, 2015)_ - This is the first release. Raymond supports almost all handlebars features. See https://github.com/aymerick/raymond#limitations for a list of differences with the javascript implementation. diff --git a/VERSION b/VERSION index 50ffc5a..7179039 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +0.2.3