@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212<csr-read-only-do-not-edit />
1313
14- - 11 commits contributed to the release over the course of 13 calendar days.
14+ - 12 commits contributed to the release over the course of 14 calendar days.
1515 - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
1616 - 3 unique issues were worked on
1717
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222<details ><summary >view details</summary >
2323
2424 * ** #198 **
25+ - Sort all commits by time, descending… (7c37a3d)
2526 - greatly reduce changelog size now that the traversal fix is applied (3924c03)
2627 - Fixup remaining changelogs… (0ac488a)
2728 - Generate changelogs with details (fd0f3bd)
@@ -84,6 +85,64 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8485 - [ odb #164 ] Add refresh() functionality (ee16d04)
8586</details >
8687
88+ ## v0.21.1 (2021-09-07)
89+
90+ ### Commit Statistics
91+
92+ <csr-read-only-do-not-edit />
93+
94+ - 4 commits contributed to the release over the course of 1 calendar day.
95+ - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
96+ - 1 unique issue was worked on
97+
98+ ### Commit Details
99+
100+ <csr-read-only-do-not-edit />
101+
102+ <details ><summary >view details</summary >
103+
104+ * ** Uncategorized**
105+ - Release git-odb v0.21.1 (cb33c2f)
106+ - [ odb #190 ] Read all eligble packed refs, no "pack-" prefix needed (ab250f7)
107+ - Bump git-pack v0.10.0 (e5e3c80)
108+ - Bump git-hash v0.6.0 (6efd90d)
109+ </details >
110+
111+ ## v0.21.0 (2021-08-27)
112+
113+ ### Commit Statistics
114+
115+ <csr-read-only-do-not-edit />
116+
117+ - 16 commits contributed to the release over the course of 4 calendar days.
118+ - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
119+ - 1 unique issue was worked on
120+
121+ ### Commit Details
122+
123+ <csr-read-only-do-not-edit />
124+
125+ <details ><summary >view details</summary >
126+
127+ * ** Uncategorized**
128+ - [ repository #174 ] adjust various changelogs (081faf5)
129+ - [ odb #180 ] fix docs (bd50752)
130+ - [ odb #180 ] refactor (eff21da)
131+ - Bump git-odb v0.21.0 (7b9854f)
132+ - [ odb #180 ] add changelog (acf1193)
133+ - [ pack #179 ] refactor bundle (420dca2)
134+ - [ pack #179 ] refactor (ab6554b)
135+ - [ object #177 ] move mutable objects to crate::* (c551c02)
136+ - [ object #177 ] migrate immutable::tree to crate::tree (fa5cd06)
137+ - [ object #177 ] move immutable::* to crate::* Ref, start ` iter ` adjustments (461dc53)
138+ - [ object #177 ] rename immutable::* to immutable::* Ref (6deb012)
139+ - Release git-object v0.13.0 (708fc5a)
140+ - Merge pull request #172 from mellowagain/main (61aebbf)
141+ - [ actor #173 ] rename immutable::Signature to SignatureRef! (96461ac)
142+ - Release git-pack v0.9.0 (7fbc961)
143+ - [ pack #67 ] refactor (14717f6)
144+ </details >
145+
87146## v0.20.2 (2021-08-17)
88147
89148### Commit Statistics
@@ -1655,61 +1714,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16551714 - reorganize repository a bit; use different contact email address (cb9fa28)
16561715</details >
16571716
1658- ## v0.21.1 (2021-09-07)
1659-
1660- ### Commit Statistics
1661-
1662- <csr-read-only-do-not-edit />
1663-
1664- - 4 commits contributed to the release over the course of 1 calendar day.
1665- - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
1666- - 1 unique issue was worked on
1667-
1668- ### Commit Details
1669-
1670- <csr-read-only-do-not-edit />
1671-
1672- <details ><summary >view details</summary >
1673-
1674- * ** Uncategorized**
1675- - Release git-odb v0.21.1 (cb33c2f)
1676- - [ odb #190 ] Read all eligble packed refs, no "pack-" prefix needed (ab250f7)
1677- - Bump git-pack v0.10.0 (e5e3c80)
1678- - Bump git-hash v0.6.0 (6efd90d)
1679- </details >
1680-
1681- ## v0.21.0 (2021-08-27)
1682-
1683- ### Commit Statistics
1684-
1685- <csr-read-only-do-not-edit />
1686-
1687- - 16 commits contributed to the release over the course of 4 calendar days.
1688- - 0 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
1689- - 1 unique issue was worked on
1690-
1691- ### Commit Details
1692-
1693- <csr-read-only-do-not-edit />
1694-
1695- <details ><summary >view details</summary >
1696-
1697- * ** Uncategorized**
1698- - [ repository #174 ] adjust various changelogs (081faf5)
1699- - [ odb #180 ] fix docs (bd50752)
1700- - [ odb #180 ] refactor (eff21da)
1701- - Bump git-odb v0.21.0 (7b9854f)
1702- - [ odb #180 ] add changelog (acf1193)
1703- - [ pack #179 ] refactor bundle (420dca2)
1704- - [ pack #179 ] refactor (ab6554b)
1705- - [ object #177 ] move mutable objects to crate::* (c551c02)
1706- - [ object #177 ] migrate immutable::tree to crate::tree (fa5cd06)
1707- - [ object #177 ] move immutable::* to crate::* Ref, start ` iter ` adjustments (461dc53)
1708- - [ object #177 ] rename immutable::* to immutable::* Ref (6deb012)
1709- - Release git-object v0.13.0 (708fc5a)
1710- - Merge pull request #172 from mellowagain/main (61aebbf)
1711- - [ actor #173 ] rename immutable::Signature to SignatureRef! (96461ac)
1712- - Release git-pack v0.9.0 (7fbc961)
1713- - [ pack #67 ] refactor (14717f6)
1714- </details >
1715-
0 commit comments