Update version for the next release (v0.16.0)#890
Conversation
WalkthroughProject and documentation versions were updated from 0.15.0 to 0.16.0 across examples, build metadata, and the internal VERSION constant. No API, logic, or control-flow changes were made. (50 words) Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Merge conflict. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
51-51: JCenter reference is outdated; replace with Maven Central.
The repo and Gradle config use Maven Central. Update this line to avoid misleading users.Apply:
-`meilisearch-java` is available from JCentral official repository. To be able to import this package, declare it as a dependency in your project: +`meilisearch-java` is available from Maven Central. To import it, declare it as a dependency in your project:
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.code-samples.meilisearch.yaml(1 hunks)README.md(2 hunks)build.gradle(1 hunks)src/main/java/com/meilisearch/sdk/Version.java(1 hunks)
🔇 Additional comments (4)
.code-samples.meilisearch.yaml (1)
466-466: Sample dependency versions synced to 0.16.0.
Matches README, build.gradle, and Version.java. Good.Also applies to: 473-473
src/main/java/com/meilisearch/sdk/Version.java (1)
4-4: VERSION constant updated to 0.16.0 — LGTM.
This will render as "Meilisearch Java (v0.16.0)" via getQualifiedVersion().README.md (1)
61-61: Approve — version strings bumped to 0.16.0; no remaining 0.15.0 found.
Verification: 0 occurrences of 0.15.0; 0.16.0 present in src/main/java/com/meilisearch/sdk/Version.java, build.gradle, .code-samples.meilisearch.yaml, README.md (lines 61,71).build.gradle (1)
21-21: Approve: version bump to 0.16.0 — verified
build.gradle and src/main/java/com/meilisearch/sdk/Version.java updated; no occurrences of 0.15.0 remain.
Ensure CI tags/releases align before publishing.
|
bors merge |
890: Update version for the next release (v0.16.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-java to a new version: "v0.16.0" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated README and code samples to reference meilisearch-java 0.16.0 for both Maven and Gradle. * Ensures getting-started snippets guide users to the latest release. * **Chores** * Bumped project version to 0.16.0. * Updated internal version identifier so reported client version reflects 0.16.0. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Clémentine <clementine@meilisearch.com>
|
Build failed:
|
This PR is auto-generated.
The automated script updates the version of meilisearch-java to a new version: "v0.16.0"
Summary by CodeRabbit
Documentation
Chores