Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

# 0.4.2
_2026-04-12_

Version 0.4.2 adds support for getting the Kotlin version for Gradle 5 and improves KDoc. Many thanks @sschuberth for the feedback and contributions in this release.

## What's Changed
* [NEW] Support getting the Kotlin version for Gradle 5 (#93)
* [UPDATE] Update nmcp, tapmoc, and librarian versions used to build tapmoc (no runtime impact) (#85, #86, #87)
* [INFRA] Improve the KDoc of `tapmoc.kotlin()` (#94)
* [INFRA] Simplify parsing the Gradle major version (#91)

# 0.4.1
_2026-03-30_

Expand Down
2 changes: 1 addition & 1 deletion librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kdoc.olderVersions=
kdoc.projects=:tapmoc-gradle-plugin,:tapmoc-tasks

pom.groupId=com.gradleup.tapmoc
pom.version=0.4.2-SNAPSHOT
pom.version=0.4.3-SNAPSHOT
pom.description=tapmoc
pom.vcsUrl=https://github.com/GradleUp/tapmoc
pom.developer=tapmoc authors
Expand Down
Loading