@@ -17,15 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818<csr-read-only-do-not-edit />
1919
20- - 172 commits contributed to the release over the course of 19 calendar days.
21- - 12 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
20+ - 178 commits contributed to the release over the course of 19 calendar days.
21+ - 14 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
2222 - 6 unique issues were worked on
2323
2424### Thanks Clippy
2525
2626<csr-read-only-do-not-edit />
2727
28- [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 14 times to make code idiomatic.
28+ [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 16 times to make code idiomatic.
2929
3030### Commit Details
3131
@@ -52,6 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252 - smart-release: an algorithm to collect dependencies by 'growing' (73794a4)
5353 - smart-release: foundation for bumping versions (d1145d1)
5454 * ** #198 **
55+ - smart-release with --changelog-without option… (7db19a8)
56+ - changelog command learns the --without <section > option (1df3ad7)
57+ - Easy removal of statistical sections, by just removing them… (dce113d)
58+ - Rebuild all changelogs to assure properly ordered headlines (cfcaa66)
5559 - reorder headlines according to version ordering… (733d7f1)
5660 - Sort all commits by time, descending… (7c37a3d)
5761 - greatly reduce changelog size now that the traversal fix is applied (3924c03)
@@ -180,6 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180184 * ** #67 **
181185 - split data::output::count::objects into files (8fe4612)
182186 * ** Uncategorized**
187+ - thanks clippy (738538c)
188+ - thanks clippy (b693e62)
183189 - thanks clippy (11bd4a3)
184190 - thanks clippy (b856da4)
185191 - thanks clippy (31498bb)
0 commit comments