Skip to content

Commit e97a54e

Browse files
authored
bump version in files
1 parent bcc0e30 commit e97a54e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(POLICY CMP0135)
44
cmake_policy(SET CMP0135 NEW)
55
endif()
66

7-
project(Jinja2Cpp VERSION 1.3.1)
7+
project(Jinja2Cpp VERSION 1.3.2)
88

99
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
1010
set(JINJA2CPP_IS_MAIN_PROJECT TRUE)

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,19 @@ Thanks to **@martinus** for the fast hash maps implementation.
255255

256256
## Changelog
257257

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
258271

259272
### Version 1.3.1
260273

0 commit comments

Comments
 (0)