From e97a54e51336938470eacb4ce261bde903e22e54 Mon Sep 17 00:00:00 2001 From: rmorozov Date: Sun, 23 Jun 2024 22:31:22 +0300 Subject: [PATCH] bump version in files --- CMakeLists.txt | 2 +- README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c42efc..4aabcff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(POLICY CMP0135) cmake_policy(SET CMP0135 NEW) endif() -project(Jinja2Cpp VERSION 1.3.1) +project(Jinja2Cpp VERSION 1.3.2) if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(JINJA2CPP_IS_MAIN_PROJECT TRUE) diff --git a/README.md b/README.md index 2fc58e4..3014731 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,19 @@ Thanks to **@martinus** for the fast hash maps implementation. ## Changelog +### Version 1.3.2 + +#### What's Changed +- Fix empty dict literal parsing in https://github.com/jinja2cpp/Jinja2Cpp/pull/243 +- Fixing missing life rage protection for the reverse filter (and others). by @jferreyra-sc in https://github.com/jinja2cpp/Jinja2Cpp/pull/246 +- Ability to disable JinjaCpp installation rules by @ilya-lavrenov in https://github.com/jinja2cpp/Jinja2Cpp/pull/250 +- Cmake finds only downloaded rapidjson by @ilya-lavrenov in https://github.com/jinja2cpp/Jinja2Cpp/pull/254 +- Update boost dependencies by @Cheaterdev in https://github.com/jinja2cpp/Jinja2Cpp/pull/253 + +#### New Contributors +- @jferreyra-sc made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/246 +- @ilya-lavrenov made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/250 +- @Cheaterdev made their first contribution in https://github.com/jinja2cpp/Jinja2Cpp/pull/253 ### Version 1.3.1