Skip to content

Commit 65213ef

Browse files
committed
v0.6.8
1 parent 5c94a35 commit 65213ef

File tree

3 files changed

+26
-15
lines changed

3 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
## [0.6.8] - 2025-01-02
11+
12+
### Fixed
13+
14+
- Broken rule for `git` in the last version
15+
16+
### Removed
17+
18+
- Removed binary files from history. Hash of all relevant commits will change
19+
20+
## [0.6.7] - 2024-12-31
1121

1222
### Fixed
1323

@@ -18,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1828

1929
- Licenses for libraries changed to MPL-2.0 from AGPL-3.0
2030

21-
## [0.6.6] 2024-12-18
31+
## [0.6.6] - 2024-12-18
2232

2333
### Added
2434

@@ -28,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2838

2939
- Panic on `sudo` input command
3040

31-
## [0.6.5] 2024-12-13
41+
## [0.6.5] - 2024-12-13
3242

3343
### Added
3444

@@ -38,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3848

3949
- Not getting `stderr` from command-not-found
4050

41-
## [0.6.4] 2024-12-12
51+
## [0.6.4] - 2024-12-12
4252

4353
### Added
4454

@@ -52,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5262

5363
- Compile-time `_PR_LIB` changed to `_DEF_PR_LIB` to be explicit
5464

55-
## [0.6.3] 2024-12-11
65+
## [0.6.3] - 2024-12-11
5666

5767
### Added
5868

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

117127
History start.
118128

119-
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.7..HEAD
129+
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.8..HEAD
130+
[0.6.8]: https://github.com/iffse/pay-respects/compare/v0.6.8..HEAD
120131
[0.6.7]: https://github.com/iffse/pay-respects/compare/v0.6.6..v0.6.7
121132
[0.6.6]: https://github.com/iffse/pay-respects/compare/v0.6.5..v0.6.6
122133
[0.6.5]: https://github.com/iffse/pay-respects/compare/v0.6.4..v0.6.5

Cargo.lock

Lines changed: 8 additions & 8 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.7"
4+
version = "0.6.8"
55
edition = "2021"
66

77
# for crates.io

0 commit comments

Comments
 (0)