Skip to content

Commit f13cb39

Browse files
committed
v0.6.13
1 parent 5e32873 commit f13cb39

File tree

3 files changed

+65
-37
lines changed

3 files changed

+65
-37
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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.6.13] - 2025-02-12
11+
12+
### Changed
13+
14+
- CI binaries now use statically linked musl library
15+
- Multi-suggest format changed to unordered bullet list
16+
- Single suggests merged into multi-suggest
17+
1018
## [0.6.12] - 2025-01-26
1119

1220
### Fixed
@@ -166,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166174

167175
History start.
168176

169-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.12..HEAD
177+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.13..HEAD
178+
[0.6.13]: https://github.com/iffse/pay-respects/compare/v0.6.12..v0.6.13
170179
[0.6.12]: https://github.com/iffse/pay-respects/compare/v0.6.11..v0.6.12
171180
[0.6.11]: https://github.com/iffse/pay-respects/compare/v0.6.10..v0.6.11
172181
[0.6.10]: https://github.com/iffse/pay-respects/compare/v0.6.9..v0.6.10

Cargo.lock

Lines changed: 54 additions & 35 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.12"
4+
version = "0.6.13"
55
edition = "2021"
66

77
# for crates.io

0 commit comments

Comments
 (0)