Skip to content

Commit

Permalink
Final 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Nov 9, 2021
1 parent 66393f7 commit da7cf5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [2.2.0] - 2021-10-xx
## [2.2.0] - 2021-11-09

### Added

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

- Deprecation of method `addWithoutUnknown` in class `SATSolver` - this method will be removed in future versions.
- Deprecation of method `addWithRelaxation` for propositions in class `SATSolver` - this method will be removed in future versions.

## [2.1.0] - 2021-07-18

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![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)
![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)

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

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

<name>LogicNG</name>
Expand Down

0 comments on commit da7cf5b

Please sign in to comment.