Skip to content

Commit

Permalink
Update for public release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zafarkhaja committed Jan 14, 2024
1 parent 6614896 commit 75b5abe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Java SemVer Changelog
=====================

## v0.10.2 (Jan 14, 2024) ##
* Fixed `Version.toBuilder()` bug ([#68](https://github.com/zafarkhaja/jsemver/issues/68))

## v0.10.1 (Jan 12, 2024) ##
* Fixed backward compatibility of `Version`'s getters

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Java SemVer v0.10.1 (SemVer 2)
Java SemVer v0.10.2 (SemVer 2)
==============================

Java SemVer is a Java implementation of the Semantic Versioning Specification
Expand Down Expand Up @@ -37,7 +37,7 @@ To use the latest stable version add the following dependency to your project
<dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
</dependency>
~~~

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
<packaging>jar</packaging>

<name>Java SemVer</name>
Expand Down

0 comments on commit 75b5abe

Please sign in to comment.