Skip to content

Commit d90977f

Browse files
committed
Release holodex v0.2.1
1 parent 43c2687 commit d90977f

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.2.1 (2021-10-20)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-f261bae57c37ba6a19e4f8d35a4a63bd90519146/> default filter limit lowered
13+
- <csr-id-16cf9aeb38432b19abed33fd4caface212491c59/> fix compile error as crate
14+
The stream methods failed to compile when used as a crate due to bad type inference.
15+
Extra type information has been added.
16+
17+
### Commit Statistics
18+
19+
<csr-read-only-do-not-edit/>
20+
21+
- 3 commits contributed to the release.
22+
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
23+
- 0 issues like '(#ID)' where seen in commit messages
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **Uncategorized**
32+
- reduce redundant error messages ([`43c2687`](https://github.com/git///anden3/holodex-rs.git/commit/43c26872f693c4fe5ef8c59f2bc36055af949742))
33+
- default filter limit lowered ([`f261bae`](https://github.com/git///anden3/holodex-rs.git/commit/f261bae57c37ba6a19e4f8d35a4a63bd90519146))
34+
- fix compile error as crate ([`16cf9ae`](https://github.com/git///anden3/holodex-rs.git/commit/16cf9aeb38432b19abed33fd4caface212491c59))
35+
</details>
36+
837
## v0.2.0 (2021-10-19)
938

1039
### New Features
@@ -45,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4574

4675
<csr-read-only-do-not-edit/>
4776

48-
- 17 commits contributed to the release.
77+
- 18 commits contributed to the release.
4978
- 17 commits where understood as [conventional](https://www.conventionalcommits.org).
5079
- 0 issues like '(#ID)' where seen in commit messages
5180

@@ -56,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5685
<details><summary>view details</summary>
5786

5887
* **Uncategorized**
88+
- Adjusting changelogs prior to release of holodex v0.2.0 ([`15c2495`](https://github.com/git///anden3/holodex-rs.git/commit/15c24957b1ab571ab917cef68bbbdee98a01aef9))
5989
- add feature-gated streaming methods ([`413fde1`](https://github.com/git///anden3/holodex-rs.git/commit/413fde120f179f4eb28eb26fc72f42b7da3aeca8))
6090
- add manual impl's of some traits ([`1963b86`](https://github.com/git///anden3/holodex-rs.git/commit/1963b860f315f6f530e72c127bdd234bdb1b67f5))
6191
- enable more clippy flags ([`1f09ff2`](https://github.com/git///anden3/holodex-rs.git/commit/1f09ff259749fe3253a9f137bb2a621cfbdcceb7))

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.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
description = "A Rust wrapper of the Holodex v2 API."
66
repository = "https://github.com/anden3/holodex-rs"

0 commit comments

Comments
 (0)