@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v0.3.3 (2024-01-20)
9
+
10
+ ### Chore
11
+
12
+ - <csr-id-3724c84ce58e5a9e739ae70d3554faadc663705c /> update dependencies
13
+
14
+ ### New Features
15
+
16
+ - <csr-id-0afd212db0e4012ab2330fc044c4d587f42a481f /> added VOMS to organisation enum
17
+
18
+ ### Bug Fixes
19
+
20
+ - <csr-id-b7d6c0c0f5b4cc8bedb58c4dfa797772b9bbb162 /> comment search string was renamed
21
+ - <csr-id-f8e5b07aac0024e29bf91d839db70e211bf22601 /> channel stats are now returned as ints
22
+
23
+ ### Other
24
+
25
+ - <csr-id-a6841a6c76927d2d71ddcc2c33c263023b54f9af /> create dependabot.yml
26
+
27
+ ### Style
28
+
29
+ - <csr-id-e4edf6507baa7fb02924cb05c8cfcb97f650bcfd /> fix clippy warnings
30
+
31
+ ### Commit Statistics
32
+
33
+ <csr-read-only-do-not-edit />
34
+
35
+ - 6 commits contributed to the release.
36
+ - 74 days passed between releases.
37
+ - 6 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
38
+ - 0 issues like '(#ID)' were seen in commit messages
39
+
40
+ ### Commit Details
41
+
42
+ <csr-read-only-do-not-edit />
43
+
44
+ <details ><summary >view details</summary >
45
+
46
+ * ** Uncategorized**
47
+ - Create dependabot.yml ([ ` a6841a6 ` ] ( https://github.com/anden3/holodex-rs/commit/a6841a6c76927d2d71ddcc2c33c263023b54f9af ) )
48
+ - Fix clippy warnings ([ ` e4edf65 ` ] ( https://github.com/anden3/holodex-rs/commit/e4edf6507baa7fb02924cb05c8cfcb97f650bcfd ) )
49
+ - Added VOMS to organisation enum ([ ` 0afd212 ` ] ( https://github.com/anden3/holodex-rs/commit/0afd212db0e4012ab2330fc044c4d587f42a481f ) )
50
+ - Update dependencies ([ ` 3724c84 ` ] ( https://github.com/anden3/holodex-rs/commit/3724c84ce58e5a9e739ae70d3554faadc663705c ) )
51
+ - Comment search string was renamed ([ ` b7d6c0c ` ] ( https://github.com/anden3/holodex-rs/commit/b7d6c0c0f5b4cc8bedb58c4dfa797772b9bbb162 ) )
52
+ - Channel stats are now returned as ints ([ ` f8e5b07 ` ] ( https://github.com/anden3/holodex-rs/commit/f8e5b07aac0024e29bf91d839db70e211bf22601 ) )
53
+ </details >
54
+
8
55
## v0.3.2 (2023-11-06)
9
56
10
57
<csr-id-f3f575a61d23e06a9e200b96e290e135f7fd8d51 />
@@ -43,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
90
44
91
<csr-read-only-do-not-edit />
45
92
46
- - 9 commits contributed to the release over the course of 555 calendar days.
93
+ - 10 commits contributed to the release over the course of 555 calendar days.
47
94
- 721 days passed between releases.
48
95
- 8 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
49
96
- 0 issues like '(#ID)' were seen in commit messages
@@ -55,6 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
102
<details ><summary >view details</summary >
56
103
57
104
* ** Uncategorized**
105
+ - Release holodex v0.3.2 ([ ` e16ce3a ` ] ( https://github.com/anden3/holodex-rs/commit/e16ce3ac79e172fdcae75b6501147495218c1cc7 ) )
58
106
- Release holodex v0.3.2 ([ ` 412acb2 ` ] ( https://github.com/anden3/holodex-rs/commit/412acb21a8817d7fe0cbab988661f70d7e19ea0e ) )
59
107
- Add cargo-deny config ([ ` 140eaed ` ] ( https://github.com/anden3/holodex-rs/commit/140eaeda09fc75396c8fe81d8facc9acfb2204f1 ) )
60
108
- Update cargo_with ([ ` f3f575a ` ] ( https://github.com/anden3/holodex-rs/commit/f3f575a61d23e06a9e200b96e290e135f7fd8d51 ) )
0 commit comments