Skip to content

chore(release): bump version to 1.0.1 - #99

Open
rawo wants to merge 2 commits into
mainfrom
release-1.0.1
Open

chore(release): bump version to 1.0.1#99
rawo wants to merge 2 commits into
mainfrom
release-1.0.1

Conversation

@rawo

@rawo rawo commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 31, 2026 10:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 to 1.0.1.
  • Add a 1.0.1 release section to CHANGELOG.md and 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 thread CHANGELOG.md Outdated
Comment on lines 11 to 15
## [1.0.1] — 2026-07-31

### Changed (BREAKING)

- **`ExposedConnectionProvider`** now requires a `database: Database` constructor argument and
Comment thread gradle.properties Outdated

GROUP=com.softwaremill.okapi
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
Copilot AI review requested due to automatic review settings July 31, 2026 11:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

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.

2 participants