@@ -7,17 +7,29 @@ is generated automatically from commit messages.
77For a possibly more edited message focused on the binary please see the github
88releases.
99
10+ ## [ 0.4.1] - 2024-06-28
11+
12+ ### 🚀 Features
13+
14+ - Extract vendored mtree code into a new mtree2 library
15+ - Include more info in issues
16+ - Improve systemd-tmpfiles backend parsing on duplicated entry
17+
18+ ### 📚 Documentation
19+
20+ - Document some of the non-public code
21+
1022## [ 0.4.0] - 2024-06-26
1123
12- ### 🚀 Shiny new things (features)
24+ ### 🚀 Features
1325
1426- Add file backend for systemd-tmpfiles.d to paketkoll
1527- Add JSON output (implements [ #3 ] ( https://github.com/VorpalBlade/paketkoll/pull/3 ) )
1628- Add flatpak package listing backend
1729- Add package backend for Debian
1830- Add listing of installed packages
1931
20- ### 🐛 No longer broken (bug fixes)
32+ ### 🐛 Bug fixes
2133
2234- Fix broken Debian status parsing
2335- Fix Debian status parser (not all packages has description)
@@ -27,12 +39,12 @@ releases.
2739
2840- Refactor API of core crate
2941
30- ### 📚 Things to read (documentation)
42+ ### 📚 Documentation
3143
3244- Add MSRV policy
3345- Add missing API docs
3446
35- ### ⚡ Go faster! (performance)
47+ ### ⚡ Performance
3648
3749- Improve Debian status parsing speed
3850- Optimise mtree library for actual observed data patterns
@@ -50,7 +62,7 @@ releases.
5062
5163## [ 0.3.1] - 2024-03-14
5264
53- ### ⚡ Go faster! (performance)
65+ ### ⚡ Performance
5466
5567- Save 20 ms on Arch Linux by switching to faster hex parsing
5668
@@ -60,7 +72,7 @@ releases.
6072
6173## [ 0.3.0] - 2024-03-10
6274
63- ### 🚀 Shiny new things (features)
75+ ### 🚀 Features
6476
6577- [ ** breaking** ] Add scanning for unmanaged files
6678
@@ -71,11 +83,11 @@ releases.
7183
7284## [ 0.2.0] - 2024-02-29
7385
74- ### 🚀 Shiny new things (features)
86+ ### 🚀 Features
7587
7688- Ability to limit which crates to scan
7789
78- ### 📚 Things to read (documentation)
90+ ### 📚 Documentation
7991
8092- Add categories & keywords
8193
@@ -85,13 +97,12 @@ releases.
8597
8698## [ 0.1.1] - 2024-02-26
8799
88- ### 🐛 No longer broken (bug fixes)
100+ ### 🐛 Bug fixes
89101
90102- Fix nightly warnings
91103- Temporary allow dead code
92104- Disable doctest on vendored mtree
93105
94- ### 📚 Things to read (documentation)
106+ ### 📚 Documentation
95107
96108- Add links to README
97-
0 commit comments