File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(POLICY CMP0135)
4
4
cmake_policy (SET CMP0135 NEW)
5
5
endif ()
6
6
7
- project (Jinja2Cpp VERSION 1.3.1 )
7
+ project (Jinja2Cpp VERSION 1.3.2 )
8
8
9
9
if ("${CMAKE_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_SOURCE_DIR} " )
10
10
set (JINJA2CPP_IS_MAIN_PROJECT TRUE )
Original file line number Diff line number Diff line change @@ -255,6 +255,19 @@ Thanks to **@martinus** for the fast hash maps implementation.
255
255
256
256
## Changelog
257
257
258
+ ### Version 1.3.2
259
+
260
+ #### What's Changed
261
+ - Fix empty dict literal parsing in https://github.com/jinja2cpp/Jinja2Cpp/pull/243
262
+ - Fixing missing life rage protection for the reverse filter (and others). by @jferreyra-sc in https://github.com/jinja2cpp/Jinja2Cpp/pull/246
263
+ - Ability to disable JinjaCpp installation rules by @ilya-lavrenov in https://github.com/jinja2cpp/Jinja2Cpp/pull/250
264
+ - Cmake finds only downloaded rapidjson by @ilya-lavrenov in https://github.com/jinja2cpp/Jinja2Cpp/pull/254
265
+ - Update boost dependencies by @Cheaterdev in https://github.com/jinja2cpp/Jinja2Cpp/pull/253
266
+
267
+ #### New Contributors
268
+ - @jferreyra-sc made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/246
269
+ - @ilya-lavrenov made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/250
270
+ - @Cheaterdev made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/253
258
271
259
272
### Version 1.3.1
260
273
You can’t perform that action at this time.
0 commit comments