File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
LogicNG uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4
4
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
+
5
13
## [ 2.5.0] - 2024-05-02
6
14
7
15
### Removed (Potentially Breaking Change!)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
34
34
<dependency >
35
35
<groupId >org.logicng</groupId >
36
36
<artifactId >logicng</artifactId >
37
- <version >2.5.0 </version >
37
+ <version >2.5.1 </version >
38
38
</dependency >
39
39
```
40
40
Original file line number Diff line number Diff line change 26
26
<modelVersion >4.0.0</modelVersion >
27
27
<groupId >org.logicng</groupId >
28
28
<artifactId >logicng</artifactId >
29
- <version >2.6.0 -SNAPSHOT</version >
29
+ <version >2.5.1 -SNAPSHOT</version >
30
30
<packaging >bundle</packaging >
31
31
32
32
<name >LogicNG</name >
You can’t perform that action at this time.
0 commit comments