Skip to content

Commit

Permalink
ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Sep 22, 2023
1 parent 90ae1eb commit f1f290f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ mvn versions:commit
``` bash
python3 release.py --release-version <release-version> --old-version <old-version>
```
* Push changes to remote repository.
* Run release [Action](https://github.com/siom79/japicmp/actions/workflows/release.yml)
* Login to [Sonatype's Nexus repository](https://oss.sonatype.org/)
* Download released artifact from staging repository.
Expand Down
5 changes: 5 additions & 0 deletions src/site/markdown/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Versions

The following versions of japicmp are available:

0.17.4 (2023-09-22)
-------------------
* added METHOD_NEW_STATIC_ADDED_TO_INTERFACE, METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC and METHOD_STATIC_IN_INTERFACE_NO_LONGER_STATIC. [#289](https://github.com/siom79/japicmp/issues/289)
* htmlTitle is used as title for maven report. [#362](https://github.com/siom79/japicmp/issues/362)

0.17.3 (2023-09-02)
-------------------
* METHOD_NEW_DEFAULT is now binary and source compatible. [#289](https://github.com/siom79/japicmp/issues/289)
Expand Down

0 comments on commit f1f290f

Please sign in to comment.