File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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.2.0] - 2021-10-xx
5
+ ## [ 2.2.0] - 2021-11-09
6
6
7
7
### Added
8
8
@@ -21,6 +21,7 @@ LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
21
21
### Deprecated
22
22
23
23
- Deprecation of method ` addWithoutUnknown ` in class ` SATSolver ` - this method will be removed in future versions.
24
+ - Deprecation of method ` addWithRelaxation ` for propositions in class ` SATSolver ` - this method will be removed in future versions.
24
25
25
26
## [ 2.1.0] - 2021-07-18
26
27
Original file line number Diff line number Diff line change 1
- ![ build] ( https://github.com/logic-ng/LogicNG/workflows/build/badge.svg ) [ ![ codecov] ( https://codecov.io/gh/logic-ng/LogicNG/branch/development/graph/badge.svg )] ( https://codecov.io/gh/logic-ng/LogicNG ) ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg ) ![ Version] ( https://img.shields.io/badge/version-2.1 .0-ff69b4.svg )
1
+ ![ build] ( https://github.com/logic-ng/LogicNG/workflows/build/badge.svg ) [ ![ codecov] ( https://codecov.io/gh/logic-ng/LogicNG/branch/development/graph/badge.svg )] ( https://codecov.io/gh/logic-ng/LogicNG ) ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg ) ![ Version] ( https://img.shields.io/badge/version-2.2 .0-ff69b4.svg )
2
2
3
3
<img src =" https://github.com/logic-ng/LogicNG/blob/master/doc/logo/logo_big.png " alt =" logo " width =" 300 " >
4
4
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.2.0-SNAPSHOT </version >
29
+ <version >2.2.0</version >
30
30
<packaging >jar</packaging >
31
31
32
32
<name >LogicNG</name >
You can’t perform that action at this time.
0 commit comments