Skip to content

Commit 20e5878

Browse files
cargo-changeset@v0.1.5
- cargo-changeset 0.1.4 -> 0.1.5
1 parent b1153c5 commit 20e5878

6 files changed

Lines changed: 11 additions & 14 deletions

File tree

.changeset/changesets/bodily-gratified-sculpin.md

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

.changeset/changesets/temptingly-supple-numbat.md

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

.changeset/changesets/tensely-fast-anglerfish.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.5] - 2026-03-30
9+
### Changed
10+
11+
- **cargo-changeset**: Add code quality badges (security audit, coverage, MSRV) to README
12+
- **cargo-changeset**: Add integration tests verifying lockfile stays current after release
13+
- **cargo-changeset**: Use non-root user for Docker image with dynamic UID matching via su-exec
14+
815
## [0.1.4] - 2026-03-30
916
### Fixed
1017

@@ -148,3 +155,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148155
[0.1.3]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.2...v0.1.3
149156

150157
[0.1.4]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.3...v0.1.4
158+
159+
[0.1.5]: https://github.com/lukidoescode/cargo-changeset/compare/v0.1.4...v0.1.5

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4"
3+
version = "0.1.5"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)