chore(release): bump version to 1.0.1 - #99
Open
rawo wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the project release version to 1.0.1 and adds a 1.0.1 entry to the changelog to document included changes/fixes.
Changes:
- Update Gradle project version from
1.0.0to1.0.1. - Add a
1.0.1release section toCHANGELOG.mdand update compare links.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| gradle.properties | Bumps VERSION_NAME to 1.0.1. |
| CHANGELOG.md | Adds 1.0.1 release notes and updates compare links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
11
to
15
| ## [1.0.1] — 2026-07-31 | ||
|
|
||
| ### Changed (BREAKING) | ||
|
|
||
| - **`ExposedConnectionProvider`** now requires a `database: Database` constructor argument and |
|
|
||
| GROUP=com.softwaremill.okapi | ||
| VERSION_NAME=1.0.0 | ||
| VERSION_NAME=1.0.1 |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (3)
CHANGELOG.md:240
- The reference links at the bottom are inconsistent with the newly added "[2.0.0]" section: there is no [2.0.0] reference definition, and [Unreleased] points to v1.0.1...HEAD. Update these references so they match the version of the latest release section (and add a [2.0.0] link if 2.0.0 is kept).
[Unreleased]: https://github.com/softwaremill/okapi/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/softwaremill/okapi/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/softwaremill/okapi/compare/v0.3.0...v1.0.0
gradle.properties:10
- PR title indicates a patch bump to 1.0.1, but VERSION_NAME is set to 2.0.0. Please align the declared version with the intended release (either adjust VERSION_NAME back to 1.0.1, or update the PR/release metadata to reflect a 2.0.0 major release).
GROUP=com.softwaremill.okapi
VERSION_NAME=2.0.0
CHANGELOG.md:13
- The changelog introduces a 2.0.0 release section, which conflicts with the PR title/version bump to 1.0.1. Please make the changelog version header match the actual release version being cut (and ensure the SemVer implications align with the "(BREAKING)" content).
This issue also appears on line 238 of the same file.
## [Unreleased]
## [2.0.0] — 2026-07-31
### Changed (BREAKING)
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.
No description provided.