Skip to content

chore: homogenize crate versions to 0.1.0 (#515) - #639

Merged
mfw78 merged 1 commit into
mainfrom
chore/515-version-homogenize
Jul 27, 2026
Merged

chore: homogenize crate versions to 0.1.0 (#515)#639
mfw78 merged 1 commit into
mainfrom
chore/515-version-homogenize

Conversation

@mfw78

@mfw78 mfw78 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Hoist version = "0.1.0" into [workspace.package] and switch every core crate (nexum/videre/shepherd groups + tools) to version.workspace = true. Four crates (shepherd, nexum-runtime, nexum-launch, nexum-cli) carried a drifted 0.2.0 corresponding to no tag/release/pin; the rest were already 0.1.0. Guest modules under modules/ keep an explicit 0.1.0 (a module author has no access to the workspace table).

Validation

  • cargo metadata shows a single 0.1.0 across the workspace (modules included).
  • cargo check --workspace --all-features --locked: green; Cargo.lock regenerated (only the 4 version bumps).

Closes #515.

Hoist version = "0.1.0" into [workspace.package] and switch every core
crate (nexum/videre/shepherd groups plus tools) to version.workspace = true.
Four crates (shepherd, nexum-runtime, nexum-launch, nexum-cli) carried a
drifted 0.2.0 that corresponds to no git tag, release, or inter-crate
version pin; the rest were already 0.1.0. Guest modules under modules/
keep an explicit 0.1.0 (a module author has no access to the workspace
table). Cargo.lock regenerated: a single 0.1.0 across the workspace.

Closes #515.
@mfw78
mfw78 merged commit 63f868f into main Jul 27, 2026
9 checks passed
@mfw78
mfw78 deleted the chore/515-version-homogenize branch July 27, 2026 07:29
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.

chore: homogenize all crate versions to 0.1.0 via workspace.package

1 participant