Skip to content

Commit 60a168e

Browse files
committed
v0.7.6
1 parent d5d6e03 commit 60a168e

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ The format is based on [Keep a Changelog], and this project adheres to
1111

1212
## [Unreleased]
1313

14+
## [0.7.6] - 2025-04-22
15+
1416
### Added
1517

1618
- Compile-time variable to specify package manager (to be set by each
1719
distribution)
1820
- Rules for `size` and `brew`
21+
- General rule parsing for `runtime-rules`
1922

2023
### Changed
2124

@@ -306,7 +309,8 @@ normalized to `--nocnf`
306309

307310
History start.
308311

309-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.5..HEAD
312+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.7.6..HEAD
313+
[0.7.6]: https://github.com/iffse/pay-respects/compare/v0.7.5..v0.7.6
310314
[0.7.5]: https://github.com/iffse/pay-respects/compare/v0.7.4..v0.7.5
311315
[0.7.4]: https://github.com/iffse/pay-respects/compare/v0.7.3..v0.7.4
312316
[0.7.3]: https://github.com/iffse/pay-respects/compare/v0.7.2..v0.7.3

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pay-respects"
33
authors = ["iff <[email protected]>"]
4-
version = "0.7.5"
4+
version = "0.7.6"
55
edition = "2021"
66

77
# for crates.io

module-runtime-rules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pay-respects-module-runtime-rules"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
# for crates.io

0 commit comments

Comments
 (0)