Skip to content

Commit 58e1b6a

Browse files
committed
v0.6.7
1 parent 1f86403 commit 58e1b6a

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.7] 2024-12-31
11+
12+
### Fixed
13+
14+
- No longer running `get_error` in CNF mode (makes PowerShell hang with recursive calls)
15+
- Not showing `sudo` in successive suggestions (although they were applied)
16+
17+
### Changed
18+
19+
- Licenses for libraries changed to MPL-2.0 from AGPL-3.0
20+
1021
## [0.6.6] 2024-12-18
1122

1223
### Added
@@ -105,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105116

106117
History start.
107118

108-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.6..HEAD
119+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.7..HEAD
120+
[0.6.7]: https://github.com/iffse/pay-respects/compare/v0.6.6..v0.6.7
109121
[0.6.6]: https://github.com/iffse/pay-respects/compare/v0.6.5..v0.6.6
110122
[0.6.5]: https://github.com/iffse/pay-respects/compare/v0.6.4..v0.6.5
111123
[0.6.4]: https://github.com/iffse/pay-respects/compare/v0.6.3..v0.6.4

Cargo.lock

Lines changed: 17 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.6.6"
4+
version = "0.6.7"
55
edition = "2021"
66

77
# for crates.io

0 commit comments

Comments
 (0)