Skip to content

Commit

Permalink
Update to LogicNG 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Sep 10, 2024
1 parent b3b1653 commit 842d0d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [2.6.0] - 2024-09-10

### Changed
- Version update with main LogicNG


## [2.5.1] - 2024-07-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
<dependency>
<groupId>org.logicng</groupId>
<artifactId>logicng-parser-j8</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>
```

Expand Down
4 changes: 1 addition & 3 deletions 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-parser-j8</artifactId>
<version>2.5.1</version>
<version>2.6.0</version>
<packaging>bundle</packaging>

<name>LogicNG ANTLR Parser</name>
Expand Down Expand Up @@ -69,8 +69,6 @@
<version.antlr>4.9.3</version.antlr>
<version.junit>5.10.2</version.junit>
<version.assertj>3.25.3</version.assertj>
<!-- Version 5.x requires Java 11 -->
<version.mockito>4.11.0</version.mockito>

<!-- Plugin Versions -->
<version.antlr-plugin>4.9.3</version.antlr-plugin>
Expand Down

0 comments on commit 842d0d4

Please sign in to comment.