Skip to content

Releases: bruits/sampo

sampo-v0.17.4

15 Apr 18:20
f724175

Choose a tag to compare

Patch changes

  • 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext bun.lock lockfile 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

15 Apr 18:20
f724175

Choose a tag to compare

Patch changes

  • Updated dependencies: sampo-core@0.13.3

sampo-github-action-v0.15.4

15 Apr 18:20
f724175

Choose a tag to compare

Patch changes

  • 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext bun.lock lockfile 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

15 Apr 18:20
f724175

Choose a tag to compare

Patch changes

  • 042f263 In JavaScript (npm) projects, added support for Bun's new plaintext bun.lock lockfile 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

10 Apr 17:24
db8e669

Choose a tag to compare

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

10 Apr 17:25
db8e669

Choose a tag to compare

Patch changes

  • Updated dependencies: sampo-core@0.13.2

sampo-github-action-v0.15.3

10 Apr 17:24
db8e669

Choose a tag to compare

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 produces 0.2.7 instead of 0.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

10 Apr 17:24
db8e669

Choose a tag to compare

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 produces 0.2.7 instead of 0.2.8). Fixed the stabilize PR not being created after merging a prerelease PR. — Thanks @rickmartensnl!

sampo-v0.17.2

02 Apr 14:30
2cb3066

Choose a tag to compare

Patch changes

  • f8d8ad5 Fixed a Github settings issue that prevented uploading release assets in the GitHub Action. — Thanks @goulvenclech!

sampo-v0.17.1

02 Apr 13:41
Immutable release. Only release title and notes can be modified.
7ae98e0

Choose a tag to compare

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 = true in member crates. Sampo now preserves workspace version inheritance, and updates the root manifest's [workspace.package].version and [workspace.dependencies] correctly. — Thanks @goulvenclech!
  • Updated dependencies: sampo-core@0.13.1