Skip to content

chore(release): 0.60.6 - #1341

Closed
client-software-ci wants to merge 1 commit into
mainlinefrom
bump/0.60.6
Closed

chore(release): 0.60.6#1341
client-software-ci wants to merge 1 commit into
mainlinefrom
bump/0.60.6

Conversation

@client-software-ci

Copy link
Copy Markdown
Collaborator

0.60.6 (2026-08-25)

Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com>
@client-software-ci
client-software-ci requested a review from a team as a code owner August 25, 2026 17:22
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Aug 25, 2026
Comment thread CHANGELOG.md
@@ -1,3 +1,4 @@
## 0.60.6 (2026-08-25)

@github-actions github-actions Bot Aug 25, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The 0.60.6 entry is added with no content and no blank line after the heading, so the top of the file now reads ## 0.60.6 (2026-08-25) immediately followed by ## 0.60.5 (2026-08-24) and then 0.60.5's ### Features section. Two things differ from every other entry in this file and from the generator template (.semantic_release/CHANGELOG.md.j2 emits the version heading followed by a blank line).

1. No blank line after the heading. Any tooling that extracts notes for the latest release by slicing between the first two level-2 headings gets an empty string, and a reader skimming the file sees 0.60.6 directly abutting 0.60.5's ### Features, which is easy to misread as belonging to 0.60.6.

2. No sections at all. The three commits between 0.60.5 and this release are test: (#1340), docs: (#1337), and chore(deps): (#1335) — none map to a ### Features or ### Bug Fixes heading under the template, which explains the empty body. But #1335 raises the openjd-model floor from >=0.11.2 to >=0.11.3, which is user-visible at install time: it can force a transitive upgrade for anyone pinning openjd-model, notably in the embedded-Python environments this library targets. Prior releases did document comparable dependency-floor changes as user-facing entries — 0.60.4's Constrained the MCP dependency to v1... and 0.60.3's The minimum click dependency has been raised to >= 8.3.3....

Worth confirming this is the intended shape of the release rather than a partially-generated entry, since publishing a version whose only changelog content is a bare heading gives consumers nothing to act on.

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.

If we don't have any customer useful features, then I think its ok to just skip. :)

@karthikbekalp karthikbekalp 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.

If we don't have any customer useful features, then I think its ok to just skip. :)

Comment thread CHANGELOG.md
@@ -1,3 +1,4 @@
## 0.60.6 (2026-08-25)

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.

If we don't have any customer useful features, then I think its ok to just skip. :)

@leon-li-inspire

Copy link
Copy Markdown
Contributor

Closing: 0.60.6 has no release-worthy changes. The only commits since 0.60.5 are docs (#1337), a test fix (#1340), and a dependency-requirement bump (#1335) — all non-feat/fix, so the changelog is empty. Not cutting a maintenance-only release. Deleting the bump/0.60.6 branch.

@leon-li-inspire
leon-li-inspire deleted the bump/0.60.6 branch August 25, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants