Skip to content

Commit a6d8f89

Browse files
committed
code: Release 0.7.6
1 parent 1e4798c commit a6d8f89

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.6] - 2025-04-05
11+
12+
### Security
13+
14+
- Fixed [RUSTSEC-2025-0004](https://rustsec.org/advisories/RUSTSEC-2025-0004.html)
15+
- Fixed [RUSTSEC-2025-0009](https://rustsec.org/advisories/RUSTSEC-2025-0009.html)
16+
- Fixed [RUSTSEC-2025-0022](https://rustsec.org/advisories/RUSTSEC-2025-0022.html)
17+
1018
## [0.7.5] - 2025-01-12
1119

1220
### Fixed

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
@@ -3,7 +3,7 @@ members = [".", "cli"]
33
default-members = ["cli"]
44

55
[workspace.package]
6-
version = "0.7.5"
6+
version = "0.7.6"
77
authors = [
88
"Fina Wilke <[email protected]>",
99
"piegames <[email protected]>",

MAINTENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
To create a new release, follow these steps:
66

7-
- Update version number in Cargo.toml for library and CLI
8-
- Update CHANGELOG.md with release date
7+
- Update version number in the workspace Cargo.toml
8+
- Update CHANGELOG.md with release version and date
99
- Update Cargo.lock
1010
- Commit & push the changes
1111
- Tag the commit: `git tag -as a.b.c`

0 commit comments

Comments
 (0)