File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(POLICY CMP0135)
44    cmake_policy (SET CMP0135 NEW)
55endif ()
66
7- project (Jinja2Cpp VERSION  1.3.1 )
7+ project (Jinja2Cpp VERSION  1.3.2 )
88
99if ("${CMAKE_SOURCE_DIR} "  STREQUAL  "${CMAKE_CURRENT_SOURCE_DIR} " )
1010    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.
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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments