Bump version to 3.3.0 and document the release - #122
Merged
Conversation
Set the project version to 3.3.0 and document the release across the changelog, release notes, llms.txt, and CLAUDE.md. 3.3.0 is a modernization + maintenance release: Kotlin collection literals adopted across 191 sites (via -Xcollection-literals), Dokka now warning-free after the initProperties KDoc-link fix, redundant self-import and conditional cleanups, and a dependency refresh with major bumps (Flyway 13, prometheus-proxy 4.0, common-utils 3.x). No config or upgrade steps required. - gradle.properties: version 3.2.1 -> 3.3.0 - CHANGELOG.md: new [3.3.0] section (Keep a Changelog format) - RELEASE_NOTES.md: new v3.3.0 section - llms.txt: refresh tech-stack versions; note collection literals - CLAUDE.md: refresh Key Dependencies; add a Kotlin Conventions subsection documenting the collection-literal convention (incl. the DSL-content exemption) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets the project version to 3.3.0 and documents the release across the changelog, release notes,
llms.txt, andCLAUDE.md.3.3.0 is a modernization + maintenance release:
emptyList()/listOf(...)/mutableListOf(...)→[...]), enabled via-Xcollection-literals[initProperties]KDoc-link fix inContentDsl.ktNo configuration or upgrade steps are required — this is a drop-in bump from 3.2.1, and
./gradlew checkis green against the new toolchain.Changes
gradle.properties: version3.2.1→3.3.0(single source of truth for the project version)CHANGELOG.md: new[3.3.0]section (Keep a Changelog format: Changed / Fixed / Dependencies)RELEASE_NOTES.md: newv3.3.0section (Highlights / Dependencies / Full Changelog)llms.txt: refreshed tech-stack versions; noted collection literals on the Kotlin lineCLAUDE.md: refreshed Key Dependencies; added a Kotlin Conventions subsection documenting the collection-literal convention, including the DSL-content exemption (the flag doesn't reach the runtime JSR-223 script engine)Dependency deltas since 3.2.1
Kotlin 2.4.0 → 2.4.10 · common-utils 2.9.3 → 3.2.1 · prometheus-proxy 3.2.0 → 4.0.0 · Flyway 12.10.0 → 13.0.0 · Kotest 6.2.1 → 6.2.3 · Logback 1.5.18 → 1.5.38 · PostgreSQL driver 42.7.12 → 42.7.13 · Cloud SQL socket factory 1.28.6 → 1.29.0 · Kotlinter 5.5.0 → 5.6.0 · Kover 0.9.8 → 0.9.9
Notes
compare/...link-refs stopped at 3.1.4 (neither 3.2.0 nor 3.2.1 have one), so none was added for 3.3.0 to match recent precedent.🤖 Generated with Claude Code