@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ### Performance
11
+
12
+ - <csr-id-83d591d536d1a43e8523082824ec0b95cca55d34 /> parse entry mode into number instead of comparing it to byte strings
13
+ - <csr-id-f9232acf8e52f8cd95520d122469e136eb07b39f /> ObjectID specific hashers, using the fact that object ids are hashes
14
+
10
15
### Commit Statistics
11
16
12
17
<csr-read-only-do-not-edit />
13
18
14
- - 40 commits contributed to the release over the course of 11 calendar days.
19
+ - 41 commits contributed to the release over the course of 23 calendar days.
15
20
- 3 commits where understood as [ conventional] ( https://www.conventionalcommits.org ) .
16
21
- 3 unique issues were worked on
17
22
@@ -22,12 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
27
<details ><summary >view details</summary >
23
28
24
29
* ** #198 **
25
- - Rebuild all changelogs to assure properly ordered headlines (cfcaa66 )
26
- - Sort all commits by time, descending… (7c37a3d )
27
- - greatly reduce changelog size now that the traversal fix is applied (3924c03 )
28
- - Generate changelogs with details (fd0f3bd )
29
- - Update all changelogs with details (0732699 )
30
- - Update changelogs (b30db3b )
30
+ - Rebuild all changelogs to assure properly ordered headlines (4a9a05f )
31
+ - Sort all commits by time, descending… (f536bad )
32
+ - greatly reduce changelog size now that the traversal fix is applied (a0bc98c )
33
+ - Generate changelogs with details (e1861ca )
34
+ - Update all changelogs with details (58ab2ae )
35
+ - Update changelogs (c857d61 )
31
36
- Avoid adding newlines which make writing unstable (6b5c394)
32
37
- Fix section headline level (9d6f263)
33
38
- Write first version of changlogs thus far… (719b6bd)
@@ -60,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
65
- ObjectID specific hashers, using the fact that object ids are hashes (f9232ac)
61
66
- Tree parsing now probably is twice as fast… (d1e2b89)
62
67
* ** Uncategorized**
68
+ - Update changelogs just for fun (21541b3)
63
69
- Merge branch 'main' into changelog-generation (c956f33)
64
70
- thanks clippy (d78d382)
65
71
- thanks clippy (4ea1126)
0 commit comments