Skip to content

chore: bump to next development version#385

Merged
soul2zimate merged 1 commit into
mainfrom
chore/bump-version
Mar 30, 2026
Merged

chore: bump to next development version#385
soul2zimate merged 1 commit into
mainfrom
chore/bump-version

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR updates the project to the next development version after the release.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@soul2zimate soul2zimate reopened this Mar 30, 2026
@qodo-code-review

Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Bump version to 0.0.16-SNAPSHOT for development

📦 Other

Grey Divider

Walkthroughs

Description
• Bump project version from 0.0.15-SNAPSHOT to 0.0.16-SNAPSHOT
• Update Maven pom.xml for next development cycle
Diagram
flowchart LR
  A["pom.xml<br/>version 0.0.15-SNAPSHOT"] -- "bump version" --> B["pom.xml<br/>version 0.0.16-SNAPSHOT"]
Loading

Grey Divider

File Changes

1. pom.xml ⚙️ Configuration changes +1/-1

Update Maven project version to 0.0.16-SNAPSHOT

• Updated project version from 0.0.15-SNAPSHOT to 0.0.16-SNAPSHOT
• Prepares Maven project for next development iteration

pom.xml


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. README version outdated 🐞 Bug ⚙ Maintainability
Description
After bumping the project to 0.0.16-SNAPSHOT, README.md still instructs users to depend on
0.0.9-SNAPSHOT, causing consumers who follow the docs to pull an old snapshot instead of the current
development version.
Code

pom.xml[8]

+  <version>0.0.16-SNAPSHOT</version>
Evidence
The POM declares the artifact version as 0.0.16-SNAPSHOT, but the README’s Maven dependency examples
hardcode 0.0.9-SNAPSHOT in multiple places. Additionally, the release workflow comment indicates an
expectation that validate updates README, which did not happen in this bump PR.

pom.xml[6-11]
README.md[101-109]
README.md[196-212]
.github/workflows/release.yml[130-136]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
The project version was bumped to `0.0.16-SNAPSHOT`, but `README.md` still shows `0.0.9-SNAPSHOT` in Maven dependency examples. This misleads users into consuming an outdated snapshot.

### Issue Context
`pom.xml` is the source of truth for the artifact version. The README should either reference the current version or use a placeholder/process that stays in sync.

### Fix Focus Areas
- README.md[101-109]
- README.md[196-212]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@github-actions

Copy link
Copy Markdown
Contributor Author

Test Results

381 tests   381 ✅  1m 32s ⏱️
 25 suites    0 💤
 25 files      0 ❌

Results for commit 7d2c88d.

@soul2zimate
soul2zimate enabled auto-merge (squash) March 30, 2026 12:35
@soul2zimate
soul2zimate merged commit c77e471 into main Mar 30, 2026
19 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant