Skip to content

Commit

Permalink
bump version in files
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorozov authored Jun 23, 2024
1 parent bcc0e30 commit e97a54e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e97a54e

Please sign in to comment.