Skip to content

Commit 340504a

Browse files
committed
v0.6.12
1 parent 29e0e42 commit 340504a

File tree

6 files changed

+54
-42
lines changed

6 files changed

+54
-42
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.12] - 2025-01-26
11+
1012
### Fixed
1113

1214
- `nix-index` panic by [jakobhellermann](https://github.com/iffse/pay-respects/pull/31)
@@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
- Executables environment variable passed to modules is now limited to 100k characters
1719
- Changed the format for multi-suggest
1820

19-
## [0.6.11]
21+
## [0.6.11] - 2025-01-18
2022

2123
### Fixed
2224

@@ -164,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164166

165167
History start.
166168

167-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.11..HEAD
169+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.12..HEAD
170+
[0.6.12]: https://github.com/iffse/pay-respects/compare/v0.6.11..v0.6.12
168171
[0.6.11]: https://github.com/iffse/pay-respects/compare/v0.6.10..v0.6.11
169172
[0.6.10]: https://github.com/iffse/pay-respects/compare/v0.6.9..v0.6.10
170173
[0.6.9]: https://github.com/iffse/pay-respects/compare/v0.6.8..v0.6.9

Cargo.lock

Lines changed: 45 additions & 36 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.6.11"
4+
version = "0.6.12"
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.6"
3+
version = "0.1.7"
44
edition = "2021"
55

66
# for crates.io

parser/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-parser"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55

66
# for crates.io

utils/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-utils"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55

66
# for crates.io

0 commit comments

Comments
 (0)