Release version 5.0.0#126
Conversation
Review SummaryThis PR is a minimal version bump from 5.0.0-SNAPSHOT to 5.0.0. The code changes are correct and consistent. ✅ What's Good
|
| <groupId>net.ladenthin</groupId> | ||
| <artifactId>llama</artifactId> | ||
| <version>5.0.0-SNAPSHOT</version> | ||
| <version>5.0.0</version> |
There was a problem hiding this comment.
This version change is correct. Ensure the corresponding v5.0.0 git tag is created and pushed to trigger the publish-release workflow in .github/workflows/publish.yml.
| <groupId>net.ladenthin</groupId> | ||
| <artifactId>llama</artifactId> | ||
| <version>5.0.0-SNAPSHOT</version> | ||
| <version>5.0.0</version> |
There was a problem hiding this comment.
Documentation version is now correctly updated to the stable 5.0.0 release. After merging, create a git tag (git tag v5.0.0 && git push origin v5.0.0) to complete the release process and publish to Maven Central.
Summary
This release prepares the llama library for version 5.0.0 by removing the SNAPSHOT suffix from version identifiers.
Changes
5.0.0-SNAPSHOTto5.0.0inpom.xml5.0.0-SNAPSHOTto5.0.0inREADME.mdMaven dependency documentationDetails
This is a standard release cut that transitions the project from development/snapshot status to a stable release version. The version is now ready for publication to Maven Central Repository.
https://claude.ai/code/session_01UpoSZ4ZknnF7G5vctxM4ac