Skip to content

Bump release version to 0.9.0#22

Merged
fqjony merged 1 commit intolatestfrom
fix/release-0.9.0
May 4, 2026
Merged

Bump release version to 0.9.0#22
fqjony merged 1 commit intolatestfrom
fix/release-0.9.0

Conversation

@fqjony
Copy link
Copy Markdown
Contributor

@fqjony fqjony commented May 4, 2026

Why

The release workflow on latest failed while creating the Git tag:

fatal: tag 'v0.8.0' already exists\n```\n\nPR #21 merged code intended for the next release, but the package version and changelog section still pointed at `0.8.0`, which had already been published.\n\n## Changes\n\n- bump `package.json` to `0.9.0`\n- bump `package-lock.json` to `0.9.0`\n- move the unreleased changelog section from `0.8.0` to `0.9.0`\n\n## Verification\n\n- `make test`\n

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 4, 2026 14:04
@fqjony fqjony self-assigned this May 4, 2026
@fqjony fqjony added the bug Something isn't working label May 4, 2026
@fqjony fqjony requested a review from udx-github May 4, 2026 14:06
@fqjony fqjony merged commit 1063c99 into latest May 4, 2026
13 checks passed
@fqjony fqjony deleted the fix/release-0.9.0 branch May 4, 2026 14:06
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s release metadata to avoid reusing the already-existing v0.8.0 tag and align the next release with version 0.9.0.

Changes:

  • Bump package.json version from 0.8.0 to 0.9.0.
  • Bump package-lock.json version fields from 0.8.0 to 0.9.0.
  • Rename the top changelog section from 0.8.0 to 0.9.0.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the published package version to 0.9.0.
package-lock.json Keeps lockfile version metadata consistent with 0.9.0.
changes.md Moves the unreleased changelog section header to 0.9.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread changes.md
Comment on lines +3 to 5
### 0.9.0

- Add `dev.kit env` and env config controls so repo and agent output can reflect actual tool and credential availability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants