Skip to content

Commit

Permalink
Merge pull request #764 from HubSpot/jinjava-2.6.0-changes
Browse files Browse the repository at this point in the history
Version changes for 2.6.0
  • Loading branch information
jasmith-hs authored Oct 29, 2021
2 parents dc51986 + ee00b26 commit 3e2cbc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Jinjava Releases #
### 2021-10-29 Version 2.6.0 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.6.0/jar)) ###
* [Create interface for object truth values](https://github.com/HubSpot/jinjava/pull/747)
* [Catch concurrent modification in for loop](https://github.com/HubSpot/jinjava/pull/750)
* [Add Originating Exception Message For A TemplateSyntaxException](https://github.com/HubSpot/jinjava/pull/753)
* [Throw a template error when attempting to divide by zero](https://github.com/HubSpot/jinjava/pull/754)
* [Make unixtimestamp behave the same as System.currentTimeMillis()](https://github.com/HubSpot/jinjava/pull/755)
* [handle null argument in range function](https://github.com/HubSpot/jinjava/pull/758)
* [Track Current Processed Node In The Context](https://github.com/HubSpot/jinjava/pull/760)
* [Add Base 64 encode and decode filters](https://github.com/HubSpot/jinjava/pull/763)

### 2021-09-02 Version 2.5.10 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.5.10/jar)) ###
* [Make LazyExpression memoization disable-able](https://github.com/HubSpot/jinjava/pull/673)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.hubspot.jinjava</groupId>
<artifactId>jinjava</artifactId>
<version>2.5.11-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<description>Jinja templating engine implemented in Java</description>

<properties>
Expand Down

0 comments on commit 3e2cbc9

Please sign in to comment.