Skip to content

Commit 9aa1d29

Browse files
committed
Prepare 2.5.1 release
1 parent 5ba79db commit 9aa1d29

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [2.5.1] - 2024-07-31
6+
7+
### Changed
8+
9+
- Changed visibility from some methods from package-private to public for formula and solver serializiation via the
10+
new https://github.com/logic-ng/serialization library
11+
12+
513
## [2.5.0] - 2024-05-02
614

715
### Removed (Potentially Breaking Change!)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
3434
<dependency>
3535
<groupId>org.logicng</groupId>
3636
<artifactId>logicng</artifactId>
37-
<version>2.5.0</version>
37+
<version>2.5.1</version>
3838
</dependency>
3939
```
4040

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>org.logicng</groupId>
2828
<artifactId>logicng</artifactId>
29-
<version>2.6.0-SNAPSHOT</version>
29+
<version>2.5.1-SNAPSHOT</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>LogicNG</name>

0 commit comments

Comments
 (0)