Prepare 1.9.1 release: version bump, docs, and CLAUDE.md trim - #13
Merged
Merged
Conversation
Bump the project version to 1.9.1 and document everything landed since the 1.9.0 tag: - readingbat-core / readingbat-kotest 3.3.0 -> 3.3.1, core-utils 3.2.1 -> 3.2.2, ben-manes versions plugin 0.54.0 -> 0.57.0, and the plugin coordinate move to io.github.ben-manes.versions (commit d0ffe08). - CLAUDE.md trimmed 89 -> 31 lines, dropping content reconstructible from the repo itself and keeping the runtime gotchas, build constraints, pre-push etiquette, and DSL conventions. CHANGELOG.md, RELEASE_NOTES.md, and llms.txt updated to match. Co-Authored-By: Claude Opus 5 (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.
Bumps the project version to 1.9.1 and documents everything landed since the
1.9.0tag.Changes since 1.9.0
readingbat-core/readingbat-kotest3.3.0 → 3.3.1,core-utils3.2.1 → 3.2.2, ben-manes versions plugin 0.54.0 → 0.57.0com.github.ben-manes.versions→io.github.ben-manes.versions; catalog alias and call site unchangedCLAUDE.mdtrimThe dependency bumps shipped in #12; this PR is the version bump and the docs to match.
Files
gradle.properties—version=1.9.1CHANGELOG.md— new[1.9.1]section plus the compare-link referenceRELEASE_NOTES.md— newv1.9.1section (highlights, dependency table, upgrade notes, verification)llms.txt— readingbat-core 3.3.1, core-utils 3.2.2, current version 1.9.1, dependency-updates plugin coordinateCLAUDE.md— the trim described aboveREADME.mdis unchanged: it carries no version or dependency numbers, and./gradlew dependencyUpdatesstill works verbatim since the catalog alias absorbed the coordinate change.Upgrade note for forks
Forks that declare the ben-manes versions plugin themselves must update the coordinate to
io.github.ben-manes.versions. Forks consuming it through this repo's catalog alias need no change.Verification
./gradlew --rerun-tasks check— BUILD SUCCESSFUL; 3/3ContentTestspass, 0 failures, 0 errors./gradlew buildFatJar— BUILD SUCCESSFUL; producesbuild/libs/server.jar./gradlew lintKotlin detekt— clean./gradlew dependencyUpdates— BUILD SUCCESSFUL under the new plugin coordinatebuild/libs/readingbat-template-1.9.1.jarconfirms the version bump took effect🤖 Generated with Claude Code