Skip to content

Commit

Permalink
Prepare Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Jan 4, 2025
1 parent 54e4baa commit 83b70e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# History
## 2.3.0 / 2025-01-04
* Updated GraalJS to 21.3.12 (fixes runtime errors on jdk 9+ when using GraalJSExpressionHandler)
* Updated to jexl 3.4
* Allow setting JexlOptions on JexlExpressionHandler constructor. Setting debug option to false as default #24
* Fixed multithreading usage of template rendering #31
* Set Automatic Module Name to de.neuland.pug4j

## 2.2.0 / 2024-01-05
* updated dependencies
* jexl is now on version 3.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Just add following dependency definitions to your `pom.xml`.
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>pug4j</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -359,7 +359,7 @@ Special thanks to [TJ Holowaychuk](https://github.com/visionmedia) the creator o

The MIT License

Copyright (C) 2011-2024 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany
Copyright (C) 2011-2025 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.neuland-bfi</groupId>
<artifactId>pug4j</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>pug4j</name>
<description>Java implementation of the pug templating language</description>
Expand Down

0 comments on commit 83b70e2

Please sign in to comment.