Skip to content

chore: bump version to 0.6.0 and fix repository URLs#178

Merged
r-near merged 2 commits into
masterfrom
chore/bump-version-0.6.0
Apr 3, 2026
Merged

chore: bump version to 0.6.0 and fix repository URLs#178
r-near merged 2 commits into
masterfrom
chore/bump-version-0.6.0

Conversation

@r-near
Copy link
Copy Markdown
Contributor

@r-near r-near commented Mar 27, 2026

Summary

  • Bump workspace version from 0.5.0 to 0.6.0 — v0.5.0 was already released on Mar 5, 2025, and release-plz was trying to re-release it (PR chore: release v0.5.0 #177, now closed)
  • Update repository and homepage URLs from aurora-is-near to Near-One

Notes

Once merged, release-plz will create a fresh release PR for 0.6.0 with a proper changelog diff from v0.5.0. The CARGO_REGISTRY_TOKEN secret still needs to be configured before the actual publish will work.

v0.5.0 was already released on Mar 5, 2025. Bump to 0.6.0 so
release-plz can create a proper release for the changes since then.
Also update repository and homepage URLs from aurora-is-near to Near-One.
Copilot AI review requested due to automatic review settings March 27, 2026 07:29
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

Bumps the workspace crate version to avoid release-plz attempting to re-release an already-published version, and updates the workspace-level repository metadata to point at the new GitHub org.

Changes:

  • Bump [workspace.package].version from 0.5.0 to 0.6.0.
  • Update [workspace.package] repository and homepage URLs to https://github.com/Near-One/near-plugins.

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

Comment thread Cargo.toml
Comment on lines +20 to +21
repository = "https://github.com/Near-One/near-plugins"
homepage = "https://github.com/Near-One/near-plugins"
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

repository/homepage were updated under [workspace.package], but the member crates (near-plugins, near-plugins-derive) don’t currently inherit these fields (their Cargo.toml only has authors/edition/rust-version/version.workspace = true). As a result, the published crate metadata will still be missing/unchanged. Consider adding repository.workspace = true and homepage.workspace = true (and any other shared metadata you want) in each crate’s [package] section, or set the URLs directly per crate.

Copilot uses AI. Check for mistakes.
Add repository, homepage, description, license, readme, and keywords
inheritance so the published crate metadata is correct on crates.io.
@r-near r-near enabled auto-merge (squash) April 3, 2026 00:26
@r-near r-near disabled auto-merge April 3, 2026 00:27
@r-near r-near merged commit 0d68553 into master Apr 3, 2026
2 checks passed
@r-near r-near deleted the chore/bump-version-0.6.0 branch April 3, 2026 00:27
@github-actions github-actions Bot mentioned this pull request Apr 3, 2026
@r-near r-near mentioned this pull request Apr 6, 2026
This was referenced Apr 7, 2026
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