Skip to content

Commit d098d71

Browse files
committed
Release holodex v0.3.3
1 parent a6841a6 commit d098d71

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
855
## v0.3.2 (2023-11-06)
956

1057
<csr-id-f3f575a61d23e06a9e200b96e290e135f7fd8d51/>
@@ -43,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4390

4491
<csr-read-only-do-not-edit/>
4592

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.
4794
- 721 days passed between releases.
4895
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
4996
- 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
55102
<details><summary>view details</summary>
56103

57104
* **Uncategorized**
105+
- Release holodex v0.3.2 ([`e16ce3a`](https://github.com/anden3/holodex-rs/commit/e16ce3ac79e172fdcae75b6501147495218c1cc7))
58106
- Release holodex v0.3.2 ([`412acb2`](https://github.com/anden3/holodex-rs/commit/412acb21a8817d7fe0cbab988661f70d7e19ea0e))
59107
- Add cargo-deny config ([`140eaed`](https://github.com/anden3/holodex-rs/commit/140eaeda09fc75396c8fe81d8facc9acfb2204f1))
60108
- Update cargo_with ([`f3f575a`](https://github.com/anden3/holodex-rs/commit/f3f575a61d23e06a9e200b96e290e135f7fd8d51))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "holodex"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
description = "A Rust wrapper of the Holodex v2 API."
66
repository = "https://github.com/anden3/holodex-rs"

0 commit comments

Comments
 (0)