Skip to content

Commit

Permalink
Prepare 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnault committed Jul 24, 2022
1 parent cf97e61 commit 5c9659c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change history

## 0.15.0 - July 23, 2022

:bug: [#69](https://github.com/dnault/therapi-runtime-javadoc/issues/69)
Fixed a regression in 0.14.0 where attemping to get Javadoc for a nested class would throw IllegalArgumentException.
Thank you to yanxiyue for investigating the issue.

:bug: [#70](https://github.com/dnault/therapi-runtime-javadoc/issues/70)
Fixed a problem where classes with absolutely no Javadoc would not inherit
method documentation.

## 0.14.0 - July 15, 2022

:sparkles: [#61](https://github.com/dnault/therapi-runtime-javadoc/issues/61)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {
apply plugin: 'com.github.johnrengelman.shadow'

group = "com.github.therapi"
version = "0.15.0-SNAPSHOT"
version = "0.15.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 5c9659c

Please sign in to comment.