Skip to content

fix(workspace): convert to Cargo workspace and bump version to 2.6.0#29

Merged
benbenbang merged 1 commit into
mainfrom
fix/package_version
Mar 29, 2026
Merged

fix(workspace): convert to Cargo workspace and bump version to 2.6.0#29
benbenbang merged 1 commit into
mainfrom
fix/package_version

Conversation

@benbenbang

Copy link
Copy Markdown
Owner

This pull request restructures the project into a Cargo workspace configuration and updates the version across all packages. The main changes consolidate shared package metadata and establish a multi-crate workspace structure.

Workspace configuration:

  • Converted root Cargo.toml to a workspace configuration with "adds-on" as a member crate
  • Defined shared workspace package metadata including version (2.6.0), edition (2024), and license (MIT)
  • Moved repository and authors fields to workspace-level configuration for reuse across member crates

Package updates:

  • Updated adds-on/Cargo.toml to use workspace-inherited values for version, edition, and license fields
  • Updated root package uv-shell to reference workspace-level metadata fields
  • Bumped version from 1.0.0 to 2.6.0 across all packages in Cargo.lock

This pull request restructures the project into a Cargo workspace configuration and updates the version across all packages. The main changes consolidate shared package metadata and establish a multi-crate workspace structure.

**Workspace configuration:**
* Converted root `Cargo.toml` to a workspace configuration with "adds-on" as a member crate
* Defined shared workspace package metadata including version (2.6.0), edition (2024), and license (MIT)
* Moved repository and authors fields to workspace-level configuration for reuse across member crates

**Package updates:**
* Updated `adds-on/Cargo.toml` to use workspace-inherited values for version, edition, and license fields
* Updated root package `uv-shell` to reference workspace-level metadata fields
* Bumped version from 1.0.0 to 2.6.0 across all packages in `Cargo.lock`
@github-actions github-actions Bot added enhancement New feature or request triage labels Mar 29, 2026
@benbenbang
benbenbang merged commit c4e8724 into main Mar 29, 2026
2 checks passed
@benbenbang
benbenbang deleted the fix/package_version branch March 29, 2026 18:19
@ptah-technical-app

Copy link
Copy Markdown

🎉 This PR is included in version 2.6.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant