Skip to content

Commit 719badc

Browse files
committed
chore: release v0.8.1
1 parent 28ece17 commit 719badc

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1] - 2026-04-26
11+
12+
### Added
13+
- **cargo-deny CI job** (#38). New `.github/workflows/deny.yml` runs `cargo deny check --all-features` on every PR and push to main. Catches advisories, license violations, duplicate semver majors, and untrusted sources. Minimal `contents: read` permissions.
14+
1015
## [0.8.0] - 2026-04-26
1116

1217
### Fixed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "0.8.0"
22+
version = "0.8.1"
2323
edition = "2024"
2424
rust-version = "1.85"
2525
license = "MIT"

0 commit comments

Comments
 (0)