Skip to content

Commit 477d1c3

Browse files
changeset-operations@v0.1.3, cargo-changeset@v0.1.4
- changeset-operations 0.1.2 -> 0.1.3 - cargo-changeset 0.1.3 -> 0.1.4
1 parent f8088d8 commit 477d1c3

7 files changed

Lines changed: 13 additions & 15 deletions

File tree

.changeset/changesets/accessibly-boss-wolf.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/changesets/conversely-durable-tarantula.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.4] - 2026-03-30
9+
### Fixed
10+
11+
- **changeset-operations**: Use cargo update --workspace instead of cargo generate-lockfile to preserve external dependency pins during release
12+
- **cargo-changeset**: Fix Docker build failure by enabling MSRV-aware resolver v3 and decoupling Docker image from MSRV pin
13+
814
## [0.1.3] - 2026-03-30
915
### Changed
1016

@@ -140,3 +146,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140146
[0.1.2]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.1...v0.1.2
141147

142148
[0.1.3]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.2...v0.1.3
149+
150+
[0.1.4]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.3...v0.1.4

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ changeset-git = { path = "crates/changeset-git", version = "0.0.4" }
3636
changeset-version = { path = "crates/changeset-version", version = "0.0.3" }
3737
changeset-project = { path = "crates/changeset-project", version = "0.1.2" }
3838
changeset-changelog = { path = "crates/changeset-changelog", version = "0.0.3" }
39-
changeset-operations = { path = "crates/changeset-operations", version = "0.1.2" }
39+
changeset-operations = { path = "crates/changeset-operations", version = "0.1.3" }
4040
changeset-manifest = { path = "crates/changeset-manifest", version = "0.0.3" }
4141
changeset-saga = { path = "crates/changeset-saga", version = "0.0.2" }
4242

crates/cargo-changeset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-changeset"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

crates/changeset-operations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "changeset-operations"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)