Skip to content

Commit b7e3a4a

Browse files
committed
update changelogs prior to git-pack release
1 parent d811154 commit b7e3a4a

File tree

3 files changed

+122
-5
lines changed

3 files changed

+122
-5
lines changed

git-hash/CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,37 @@ 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+
A automated maintenance release without impact to the public API.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release over the course of 7 calendar days.
17+
- 8 days passed between releases.
18+
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' where seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Merge branch 'index-information' ([`025f157`](https://github.com/Byron/gitoxide/commit/025f157de10a509a4b36a9aed41de80487e8c15c))
29+
</details>
30+
831
## 0.9.1 (2022-01-23)
932

33+
### New Features
34+
35+
- <csr-id-bc89fc77354f7d8af6628364be18550c4a45c789/> Implement Display for hash kind
36+
This helps 'clap' and allows for a little more type-safety during
37+
declaration.
38+
1039
### Bug Fixes
1140

1241
- <csr-id-d2e2ea0a9b9c5f756d8b02b4872e6950faa03b3e/> don't use panicking const fn just yet to not require rust 1.57
@@ -15,18 +44,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1544

1645
<csr-read-only-do-not-edit/>
1746

18-
- 2 commits contributed to the release over the course of 3 calendar days.
47+
- 4 commits contributed to the release over the course of 3 calendar days.
1948
- 4 days passed between releases.
20-
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
21-
- 0 issues like '(#ID)' where seen in commit messages
49+
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
50+
- 1 unique issue was worked on: [#298](https://github.com/Byron/gitoxide/issues/298)
2251

2352
### Commit Details
2453

2554
<csr-read-only-do-not-edit/>
2655

2756
<details><summary>view details</summary>
2857

58+
* **[#298](https://github.com/Byron/gitoxide/issues/298)**
59+
- Implement Display for hash kind ([`bc89fc7`](https://github.com/Byron/gitoxide/commit/bc89fc77354f7d8af6628364be18550c4a45c789))
2960
* **Uncategorized**
61+
- Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates ([`373cbc8`](https://github.com/Byron/gitoxide/commit/373cbc877f7ad60dac682e57c52a7b90f108ebe3))
3062
- prepar changelogs for cargo-smart-release release ([`8900d69`](https://github.com/Byron/gitoxide/commit/8900d699226eb0995be70d66249827ce348261df))
3163
- don't use panicking const fn just yet to not require rust 1.57 ([`d2e2ea0`](https://github.com/Byron/gitoxide/commit/d2e2ea0a9b9c5f756d8b02b4872e6950faa03b3e))
3264
</details>

git-object/CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,43 @@ 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+
A automated maintenance release without impact to the public API.
11+
12+
### Fixes
13+
14+
- Corrected the tree-entry ordering implementation.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release over the course of 4 calendar days.
21+
- 8 days passed between releases.
22+
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
23+
- 1 unique issue was worked on: [#293](https://github.com/Byron/gitoxide/issues/293)
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **[#293](https://github.com/Byron/gitoxide/issues/293)**
32+
- Fix tree-entry-ordering implementation ([`ea169a6`](https://github.com/Byron/gitoxide/commit/ea169a6dbbba30d9464570cb86e5c990fcaf9ae8))
33+
* **Uncategorized**
34+
- Merge branch 'index-information' ([`025f157`](https://github.com/Byron/gitoxide/commit/025f157de10a509a4b36a9aed41de80487e8c15c))
35+
</details>
36+
837
## 0.17.0 (2022-01-23)
938

1039
<csr-id-2290d006705ff47ad780b009fe58ee422b3285af/>
1140

41+
### Chore
42+
43+
- <csr-id-322b2901382192d3b4ac0fbae32381a9abb49fa9/> upgrade dependencies
44+
1245
### New Features
1346

1447
- <csr-id-eb36a3dda83a46ad59078a904f4e277f298a24e1/> Add sorting mode to ancestor traversal #270
@@ -30,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3063

3164
<csr-read-only-do-not-edit/>
3265

33-
- 13 commits contributed to the release over the course of 51 calendar days.
66+
- 14 commits contributed to the release over the course of 51 calendar days.
3467
- 55 days passed between releases.
3568
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
3669
- 2 unique issues were worked on: [#266](https://github.com/Byron/gitoxide/issues/266), [#279](https://github.com/Byron/gitoxide/issues/279)
@@ -55,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5588
* **[#279](https://github.com/Byron/gitoxide/issues/279)**
5689
- adapt to changes in git-hash ([`5eb0230`](https://github.com/Byron/gitoxide/commit/5eb0230b58c25c0aa744eee0bd878dd91410dbe1))
5790
* **Uncategorized**
91+
- Release git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 ([`8f57c29`](https://github.com/Byron/gitoxide/commit/8f57c297d7d6ed68cf51415ea7ede4bf9263326e))
5892
- Release git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 ([`d78aab7`](https://github.com/Byron/gitoxide/commit/d78aab7b9c4b431d437ac70a0ef96263acb64e46))
5993
- Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates ([`373cbc8`](https://github.com/Byron/gitoxide/commit/373cbc877f7ad60dac682e57c52a7b90f108ebe3))
6094
- prepar changelogs for cargo-smart-release release ([`8900d69`](https://github.com/Byron/gitoxide/commit/8900d699226eb0995be70d66249827ce348261df))
@@ -730,6 +764,11 @@ or generally trying to figure out what changed between commits.
730764

731765
## v0.3.0 (2020-08-12)
732766

767+
### Refactor
768+
769+
- <csr-id-5d57c1f7e3b9a84f7b46a4378015572155f3104b/> Use borrowed::Id in trees for full type safety
770+
- <csr-id-3b9d66c932075feb08cdf2967f7698daef9fd3ff/> make reusing round-trip code easier
771+
733772
### Commit Statistics
734773

735774
<csr-read-only-do-not-edit/>
@@ -827,6 +866,10 @@ or generally trying to figure out what changed between commits.
827866

828867
## v0.1.0 (2020-07-12)
829868

869+
### Refactor
870+
871+
- <csr-id-ec3be19c8d007565b814b4757f17811ec0e9de2c/> Prefer integration level tests, but use unit-tests where appropriate
872+
830873
### Commit Statistics
831874

832875
<csr-read-only-do-not-edit/>

git-pack/CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,47 @@ 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+
### Bug Fixes
11+
12+
- <csr-id-d9451e8d7fc39c252042f9d2447061262c16ae7a/> downgrade dashmap to 4.0 to avoid unsoundness.
13+
See https://github.com/xacrimon/dashmap/issues/167 for tracking
14+
progress on resolving the issue.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release over the course of 7 calendar days.
21+
- 8 days passed between releases.
22+
- 1 commit 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+
- downgrade dashmap to 4.0 to avoid unsoundness. ([`d9451e8`](https://github.com/Byron/gitoxide/commit/d9451e8d7fc39c252042f9d2447061262c16ae7a))
33+
- Merge branch 'index-information' ([`025f157`](https://github.com/Byron/gitoxide/commit/025f157de10a509a4b36a9aed41de80487e8c15c))
34+
</details>
35+
836
## 0.16.0 (2022-01-23)
937

1038
<csr-id-ebc7f47708a63c3df4415ba0e702660d976dfb3e/>
1139
<csr-id-2290d006705ff47ad780b009fe58ee422b3285af/>
1240

41+
### Refactor
42+
43+
- <csr-id-e0b8636f96e4bfe1bc72b5aa6ad4c4c8538ff92c/> replace bare u32 `data::Id` typedef
44+
45+
### Chore
46+
47+
- <csr-id-c800fdd331e6d7a0b8d756ba822915259f26e9e8/> remove unused dependencies
48+
1349
### New Features
1450

1551
- <csr-id-b80dec2323b81fb2172df76c7d897a4b5e6bdfea/> zero-objects check for index and multi-index integrity validation
@@ -93,7 +129,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93129

94130
<csr-read-only-do-not-edit/>
95131

96-
- 146 commits contributed to the release over the course of 45 calendar days.
132+
- 147 commits contributed to the release over the course of 45 calendar days.
97133
- 55 days passed between releases.
98134
- 33 commits where understood as [conventional](https://www.conventionalcommits.org).
99135
- 6 unique issues were worked on: [#260](https://github.com/Byron/gitoxide/issues/260), [#266](https://github.com/Byron/gitoxide/issues/266), [#279](https://github.com/Byron/gitoxide/issues/279), [#287](https://github.com/Byron/gitoxide/issues/287), [#293](https://github.com/Byron/gitoxide/issues/293), [#67](https://github.com/Byron/gitoxide/issues/67)
@@ -242,6 +278,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
242278
- Avoid the dashmap being cloned for each thread ([`6d3f52d`](https://github.com/Byron/gitoxide/commit/6d3f52dc13d7243a6bce6dab89a985114a75d94b))
243279
- Properly count total objects during pack creation ([`bcb3d37`](https://github.com/Byron/gitoxide/commit/bcb3d37a900a40fd70b7be7bad8b2d5db292d2af))
244280
* **Uncategorized**
281+
- Release git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 ([`1b76119`](https://github.com/Byron/gitoxide/commit/1b76119259b8168aeb99cbbec233f7ddaa2d7d2c))
245282
- Release git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 ([`8f57c29`](https://github.com/Byron/gitoxide/commit/8f57c297d7d6ed68cf51415ea7ede4bf9263326e))
246283
- Release git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0 ([`d78aab7`](https://github.com/Byron/gitoxide/commit/d78aab7b9c4b431d437ac70a0ef96263acb64e46))
247284
- Release git-hash v0.9.1, git-features v0.19.1, git-actor v0.8.0, git-config v0.1.10, git-object v0.17.0, git-diff v0.13.0, git-tempfile v1.0.4, git-chunk v0.3.0, git-traverse v0.12.0, git-pack v0.16.0, git-odb v0.26.0, git-packetline v0.12.3, git-url v0.3.5, git-transport v0.15.0, git-protocol v0.14.0, git-ref v0.11.0, git-repository v0.14.0, cargo-smart-release v0.8.0, safety bump 4 crates ([`373cbc8`](https://github.com/Byron/gitoxide/commit/373cbc877f7ad60dac682e57c52a7b90f108ebe3))
@@ -401,6 +438,11 @@ A maintenance release to properly dealing with previously breaking changes in `g
401438
This release contains bugfixes and features, but is considered breaking as `git-traverse`
402439
signalled a breaking change which is one of our dependencies.
403440

441+
### Refactor
442+
443+
- <csr-id-71c628d46088ab455b54eb2330d24dcff96c911d/> Use 'cache::Object' trait where it matters
444+
- <csr-id-8fe461281842b58aa11437445637c6e587bedd63/> split data::output::count::objects into files
445+
404446
### New Features
405447

406448
- <csr-id-d6c44e6ab8f436020d4fb235e423b018fd1e7a9f/> dynamically sized full-object speeds up diff-based object counting

0 commit comments

Comments
 (0)