Skip to content

Commit

Permalink
Prepare 2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Jul 31, 2024
1 parent 5ba79db commit 9aa1d29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.1] - 2024-07-31

### Changed

- Changed visibility from some methods from package-private to public for formula and solver serializiation via the
new https://github.com/logic-ng/serialization library


## [2.5.0] - 2024-05-02

### Removed (Potentially Breaking Change!)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
<dependency>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.5.1-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>LogicNG</name>
Expand Down

0 comments on commit 9aa1d29

Please sign in to comment.