Skip to content

Commit da7cf5b

Browse files
committed
Final 2.2.0 release
1 parent 66393f7 commit da7cf5b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [2.2.0] - 2021-10-xx
5+
## [2.2.0] - 2021-11-09
66

77
### Added
88

@@ -21,6 +21,7 @@ LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2121
### Deprecated
2222

2323
- 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.
2425

2526
## [2.1.0] - 2021-07-18
2627

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
<img src="https://github.com/logic-ng/LogicNG/blob/master/doc/logo/logo_big.png" alt="logo" width="300">
44

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.2.0-SNAPSHOT</version>
29+
<version>2.2.0</version>
3030
<packaging>jar</packaging>
3131

3232
<name>LogicNG</name>

0 commit comments

Comments
 (0)