Skip to content

Commit fc8f52d

Browse files
committed
prepare changelog prior to release (#298)
1 parent 00c42ca commit fc8f52d

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

git-config/CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ 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+
## Unreleased
9+
10+
### Features
11+
12+
- New `values::String` data type which makes it easier to obtain string values to work with as
13+
binary string.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 3 commits contributed to the release over the course of 2 calendar days.
20+
- 3 days passed between releases.
21+
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
22+
- 1 unique issue was worked on: [#298](https://github.com/Byron/gitoxide/issues/298)
23+
24+
### Thanks Clippy
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
29+
30+
### Commit Details
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
<details><summary>view details</summary>
35+
36+
* **[#298](https://github.com/Byron/gitoxide/issues/298)**
37+
- Support for simple BString powered string values ([`2381c5d`](https://github.com/Byron/gitoxide/commit/2381c5d3b91e3a071c887d9e1e166625977d5830))
38+
* **Uncategorized**
39+
- thanks clippy ([`7887d8b`](https://github.com/Byron/gitoxide/commit/7887d8b5bedc49890bd73beb058a9828aa734729))
40+
- Merge branch 'for-onefetch' ([`8e5cb65`](https://github.com/Byron/gitoxide/commit/8e5cb65da75036a13ed469334e7ae6c527d9fff6))
41+
</details>
42+
843
## 0.2.0 (2022-04-02)
944

1045
<csr-id-55c00d880535a1f8c37cb7d4405d39ff5a7654a0/>
@@ -27,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2762

2863
<csr-read-only-do-not-edit/>
2964

30-
- 44 commits contributed to the release over the course of 60 calendar days.
65+
- 45 commits contributed to the release over the course of 60 calendar days.
3166
- 60 days passed between releases.
3267
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
3368
- 2 unique issues were worked on: [#298](https://github.com/Byron/gitoxide/issues/298), [#331](https://github.com/Byron/gitoxide/issues/331)
@@ -69,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
69104
- Add AsRef and Deref for values::Path; additional assertions ([`0666a35`](https://github.com/Byron/gitoxide/commit/0666a358b3b7aadda504979e543cc2058b478bfe))
70105
- Add `git_config::values::Path` for a typesafe git path ([`e4d6685`](https://github.com/Byron/gitoxide/commit/e4d6685064ad2b433f8acd3a74b320bf0169a994))
71106
* **Uncategorized**
107+
- Release git-config v0.2.0 ([`ddfe833`](https://github.com/Byron/gitoxide/commit/ddfe833c13a9fd46aa96283bc3bb372e3f7d82ce))
72108
- Release git-features v0.20.0, git-config v0.2.0 ([`a6460db`](https://github.com/Byron/gitoxide/commit/a6460db80ba3c49ea37c712465c7cbdefa5c32b6))
73109
- Release git-hash v0.9.3, git-features v0.20.0, git-config v0.2.0, safety bump 12 crates ([`f0cbb24`](https://github.com/Byron/gitoxide/commit/f0cbb24b2e3d8f028be0e773f9da530da2656257))
74110
- derive PartialEq, Eq and Debug on ResolvedGitConfig ([`b2a88a5`](https://github.com/Byron/gitoxide/commit/b2a88a5af259ec07c51d873cac172bb60d7575aa))

0 commit comments

Comments
 (0)