Skip to content

Commit

Permalink
Release v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent c643016 commit 69350c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changes by Version

## [v0.2.0-SNAPSHOT](https://github.com/libj/console/compare/89133a37c8330186a83904b585ea6fc0128e03e0..HEAD)
## [v0.2.1-SNAPSHOT](https://github.com/libj/util/compare/c64301682ea21b931a909a1b45313b18c1835b55..HEAD)

## [v0.1.0](https://github.com/libj/console/compare/9dcc59488586666cf78fadd406dedf1f0d51938f..89133a37c8330186a83904b585ea6fc0128e03e0)
## [v0.2.0](https://github.com/libj/console/compare/89133a37c8330186a83904b585ea6fc0128e03e0..c64301682ea21b931a909a1b45313b18c1835b55) (2024-02-27)
* #8 Apply auto-formatting

## [v0.1.0](https://github.com/libj/console/compare/9dcc59488586666cf78fadd406dedf1f0d51938f..89133a37c8330186a83904b585ea6fc0128e03e0) (2023-09-18)
* Initial public release.
* #6 Transition to GitHub Actions enhancement
* #7 Resolve javadoc errors
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>
<artifactId>console</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>LibJ Console</name>
<description>
Utilities applicable to the console.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 69350c7

Please sign in to comment.