Skip to content

Set the release version to 1.0.0 - #11

Merged
newink merged 1 commit into
masterfrom
release-1-0-0
Aug 5, 2026
Merged

Set the release version to 1.0.0#11
newink merged 1 commit into
masterfrom
release-1-0-0

Conversation

@newink

@newink newink commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Step 1 of RELEASING.md for 1.0.0.

  • pom.xml goes from 0.1.2-SNAPSHOT to 1.0.0.
  • The Unreleased changelog entries become [1.0.0], with the compatibility
    note in the preamble restated for a stable major line.
  • Pool.SINGLETON keeps its deprecation, but its removal moves from 0.2.0 to
    2.0.0: a stable major cannot drop what it publishes. Pool, the README, and
    the changelog say so.
  • README install snippets, the issue-template placeholders, and the
    RELEASING.md examples move to 1.0.0.
  • Parked is annotated @since 1.0.0 rather than the 0.1.2 that will never
    ship.

No code changes; the API is byte-for-byte what 0.1.1 published plus Parked,
which is package-private. Locally green on -Pqulice verify.

The API published in 0.1.1 is the API this library intends to keep, so the
promise about it becomes a major number: nothing already published is
removed or narrowed before 2.0.0. Pool.SINGLETON therefore outlives the
0.2.0 removal announced for it.
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@newink
newink merged commit f3eefe7 into master Aug 5, 2026
12 checks passed
@newink
newink deleted the release-1-0-0 branch August 5, 2026 13:09
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