Releases: bruits/sampo
Releases · bruits/sampo
sampo-v0.17.4
Patch changes
- 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext
bun.locklockfile format. — Thanks @davidroeca for your first contribution 🎉! - 914328a In Cargo projects, fixed unnecessarily adding versions to path-only dev dependencies, which caused publish failures when the dev dependency was also bumped in the same release. — Thanks @Princesseuh!
- Updated dependencies: sampo-core@0.13.3
sampo-github-bot-v0.4.6
Patch changes
- Updated dependencies: sampo-core@0.13.3
sampo-github-action-v0.15.4
Patch changes
- 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext
bun.locklockfile format. — Thanks @davidroeca for your first contribution 🎉! - 914328a In Cargo projects, fixed unnecessarily adding versions to path-only dev dependencies, which caused publish failures when the dev dependency was also bumped in the same release. — Thanks @Princesseuh!
- Updated dependencies: sampo-core@0.13.3
sampo-core-v0.13.3
Patch changes
- 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext
bun.locklockfile format. — Thanks @davidroeca for your first contribution 🎉! - 914328a In Cargo projects, fixed unnecessarily adding versions to path-only dev dependencies, which caused publish failures when the dev dependency was also bumped in the same release. — Thanks @Princesseuh!
sampo-v0.17.3
Patch changes
- 40c7c6d In Cargo projects, fixed valid dev-dependency cycles incorrectly being rejected as dependency cycles during release. — Thanks @Princesseuh!
- Updated dependencies: sampo-core@0.13.2
sampo-github-bot-v0.4.5
Patch changes
- Updated dependencies: sampo-core@0.13.2
sampo-github-action-v0.15.3
Patch changes
- 40c7c6d In Cargo projects, fixed valid dev-dependency cycles incorrectly being rejected as dependency cycles during release. — Thanks @Princesseuh!
- c00b72b Fixed incorrect stable version computation when stabilizing a prerelease package (e.g.
0.2.7-alpha.6+ patch now correctly produces0.2.7instead of0.2.8). Fixed the stabilize PR not being created after merging a prerelease PR. — Thanks @rickmartensnl! - Updated dependencies: sampo-core@0.13.2
sampo-core-v0.13.2
Patch changes
- 40c7c6d In Cargo projects, fixed valid dev-dependency cycles incorrectly being rejected as dependency cycles during release. — Thanks @Princesseuh!
- c00b72b Fixed incorrect stable version computation when stabilizing a prerelease package (e.g.
0.2.7-alpha.6+ patch now correctly produces0.2.7instead of0.2.8). Fixed the stabilize PR not being created after merging a prerelease PR. — Thanks @rickmartensnl!
sampo-v0.17.2
Patch changes
- f8d8ad5 Fixed a Github settings issue that prevented uploading release assets in the GitHub Action. — Thanks @goulvenclech!
sampo-v0.17.1
Immutable
release. Only release title and notes can be modified.
Patch changes
- 9f69d99 Fixed prerelease versioning to advance the base version before incrementing prerelease counters, and to only preserve prerelease-targeted changesets. — Thanks @rickmartensnl!
- 3819bb4 In Cargo (Rust) projects, fixed a bug overwriting
version.workspace = truein member crates. Sampo now preserves workspace version inheritance, and updates the root manifest's[workspace.package].versionand[workspace.dependencies]correctly. — Thanks @goulvenclech! - Updated dependencies: sampo-core@0.13.1