Skip to content

Commit

Permalink
Update for public release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zafarkhaja committed Jan 12, 2024
1 parent 2b77b5b commit da52637
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.1 (Jan 12, 2024) ##
* Fixed backward compatibility of `Version`'s getters

## v0.10.0 (Jan 10, 2024) ##
* Made `Version` serializable ([#47](https://github.com/zafarkhaja/jsemver/issues/47))
* Enhanced `Version.Builder` class
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.0 (SemVer 2)
Java SemVer v0.10.1 (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.0</version>
<version>0.10.1</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.0</version>
<version>0.10.1</version>
<packaging>jar</packaging>

<name>Java SemVer</name>
Expand Down

0 comments on commit da52637

Please sign in to comment.