Skip to content

Commit db63815

Browse files
committed
prepare additional changelogs
1 parent 422747d commit db63815

File tree

10 files changed

+47
-20
lines changed

10 files changed

+47
-20
lines changed

gix-actor/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<csr-read-only-do-not-edit/>
1818

19-
- 2 commits contributed to the release.
20-
- 10 days passed between releases.
19+
- 3 commits contributed to the release.
20+
- 11 days passed between releases.
2121
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2222
- 0 issues like '(#ID)' were seen in commit messages
2323

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

3030
* **Uncategorized**
31+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
3132
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
3233
- Allow parsing double-dash date offsets ([`d3f65d8`](https://github.com/Byron/gitoxide/commit/d3f65d8361244f48e5ad79f034c05b6623cf7312))
3334
</details>

gix-config/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
The parsing switches from `nom` to `winnow`, which eases maintenance and improves performances.
11+
1012
### Commit Statistics
1113

1214
<csr-read-only-do-not-edit/>
1315

14-
- 25 commits contributed to the release over the course of 7 calendar days.
16+
- 26 commits contributed to the release over the course of 7 calendar days.
1517
- 10 days passed between releases.
1618
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1719
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
<details><summary>view details</summary>
2426

2527
* **Uncategorized**
28+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
2629
- Merge branch 'config' ([`daf3389`](https://github.com/Byron/gitoxide/commit/daf338989e7d75d41efb1345ed95ee2a13c97007))
2730
- Minor refactor ([`224121b`](https://github.com/Byron/gitoxide/commit/224121b036a48c18ad859600ea9315d55150c0dd))
2831
- Make clippy happy ([`1a1e2f5`](https://github.com/Byron/gitoxide/commit/1a1e2f5efa7719908bb612e0534379e522b740bb))
@@ -2543,7 +2546,7 @@ This is a maintenance release without functional changes.
25432546
- _None._
25442547

25452548
<csr-unknown>
2546-
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
2549+
lenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopenlenfrom_envopen<csr-unknown/>
25472550
<csr-unknown/>
25482551

25492552
## v0.1.1 (2021-05-09)

gix-object/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Other
11+
12+
- <csr-id-7f7353e4525adc308e97b82d27bd301e48da6016/> fix test for struct size for 32-bit architectures
13+
The size of gix_object::Data is 24 bytes only on 64-bit architectures,
14+
on 32-bit architectures it's exactly half that (12 bytes).
15+
1016
### Commit Statistics
1117

1218
<csr-read-only-do-not-edit/>
1319

14-
- 2 commits contributed to the release.
15-
- 10 days passed between releases.
16-
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
20+
- 5 commits contributed to the release.
21+
- 11 days passed between releases.
22+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1723
- 0 issues like '(#ID)' were seen in commit messages
1824

1925
### Commit Details
@@ -23,7 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2329
<details><summary>view details</summary>
2430

2531
* **Uncategorized**
32+
- Merge branch 'decathorpe/main' ([`422747d`](https://github.com/Byron/gitoxide/commit/422747d35724a56dade73c8d68b8ebcbaa4b9b25))
33+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
2634
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
35+
- Fix test for struct size for 32-bit architectures ([`7f7353e`](https://github.com/Byron/gitoxide/commit/7f7353e4525adc308e97b82d27bd301e48da6016))
2736
- Add another very special commit for parsing tests ([`f852243`](https://github.com/Byron/gitoxide/commit/f852243831474a3fd311a0507d11fd43e0f6e4d3))
2837
</details>
2938

gix-odb/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
A maintenance release without user-facing changes.
11+
1012
### Commit Statistics
1113

1214
<csr-read-only-do-not-edit/>
1315

14-
- 2 commits contributed to the release.
16+
- 3 commits contributed to the release.
1517
- 10 days passed between releases.
1618
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1719
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
<details><summary>view details</summary>
2426

2527
* **Uncategorized**
28+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
2629
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
2730
- Add note go ODB initialization in preparation for dealing with many small packs. ([`090357e`](https://github.com/Byron/gitoxide/commit/090357ee7b36ead5c622b13b1fabab5174499d82))
2831
</details>

gix-prompt/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
A maintenance release without user-facing changes.
11+
1012
### Commit Statistics
1113

1214
<csr-read-only-do-not-edit/>
1315

14-
- 2 commits contributed to the release over the course of 3 calendar days.
16+
- 3 commits contributed to the release over the course of 3 calendar days.
1517
- 10 days passed between releases.
1618
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1719
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325
<details><summary>view details</summary>
2426

2527
* **Uncategorized**
28+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
2629
- Merge branch 'tests-dynamic-target-dir' ([`3823792`](https://github.com/Byron/gitoxide/commit/3823792382263e24b0b392d88c93a0564a7e3fb4))
2730
- Evaluate target dir at runtime for gix-prompt tests ([`41389d6`](https://github.com/Byron/gitoxide/commit/41389d690b4302b728c197d4c46372509b2c3911))
2831
</details>

gix-protocol/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
<csr-read-only-do-not-edit/>
2525

26-
- 3 commits contributed to the release over the course of 1 calendar day.
26+
- 4 commits contributed to the release over the course of 1 calendar day.
2727
- 10 days passed between releases.
2828
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2929
- 0 issues like '(#ID)' were seen in commit messages
@@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
<details><summary>view details</summary>
3636

3737
* **Uncategorized**
38+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
3839
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
3940
- Add `fetch::Arguments::add_feature()` for unconditional additions of arguments that are supposed to be features. ([`d1f9c63`](https://github.com/Byron/gitoxide/commit/d1f9c63f8a79dcb00766d94edda80ed9add724ea))
4041
- `handshake::Ref::Symbolic` now has a `tag` field. ([`0de7117`](https://github.com/Byron/gitoxide/commit/0de7117492fb64c4f2b4f5ee7482813d57b57d40))

gix-ref/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
<csr-id-5f6cf22cd8eda37c151e67b83cdb36d953ee3793/>
11+
1012
### Other
1113

1214
- <csr-id-5f6cf22cd8eda37c151e67b83cdb36d953ee3793/> improve documentation about the `Change` type.
@@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820

1921
<csr-read-only-do-not-edit/>
2022

21-
- 2 commits contributed to the release over the course of 2 calendar days.
23+
- 3 commits contributed to the release over the course of 2 calendar days.
2224
- 9 days passed between releases.
2325
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2426
- 0 issues like '(#ID)' were seen in commit messages
@@ -30,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032
<details><summary>view details</summary>
3133

3234
* **Uncategorized**
35+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
3336
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
3437
- Improve documentation about the `Change` type. ([`5f6cf22`](https://github.com/Byron/gitoxide/commit/5f6cf22cd8eda37c151e67b83cdb36d953ee3793))
3538
</details>

gix-transport/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
A maintenance release without user-facing changes.
11+
1012
### Commit Statistics
1113

1214
<csr-read-only-do-not-edit/>
1315

14-
- 2 commits contributed to the release over the course of 2 calendar days.
16+
- 3 commits contributed to the release over the course of 2 calendar days.
1517
- 10 days passed between releases.
1618
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1719
- 1 unique issue was worked on: [#923](https://github.com/Byron/gitoxide/issues/923)
@@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
* **[#923](https://github.com/Byron/gitoxide/issues/923)**
2628
- Improve reqwest error handling ([`fadec77`](https://github.com/Byron/gitoxide/commit/fadec775c5cd0532ab76802f56349cebc4a90d72))
2729
* **Uncategorized**
30+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
2831
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
2932
</details>
3033

gix-worktree/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
<csr-read-only-do-not-edit/>
1818

19-
- 3 commits contributed to the release.
19+
- 4 commits contributed to the release.
2020
- 10 days passed between releases.
2121
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2222
- 0 issues like '(#ID)' were seen in commit messages
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
<details><summary>view details</summary>
2929

3030
* **Uncategorized**
31+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
3132
- Merge branch 'EmbarkStudios/main' ([`7611fa4`](https://github.com/Byron/gitoxide/commit/7611fa4872c3fcbe2bf7b20fcb4033df2493d256))
3233
- Don't panic during checkouts when submodules or sparse directories are encountered. ([`82ae37d`](https://github.com/Byron/gitoxide/commit/82ae37d70dc244cdf705d20c617d4b0e6bf3cdbf))
3334
- Remove todo for submodule checkout ([`a08d851`](https://github.com/Byron/gitoxide/commit/a08d851abd4965ac712db2c9e0263c9c137f9d80))

gix/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,14 @@ This is mostly a bug-fix release with many improvements for fetching, along with
2222
However, the logic now changed so that remote updates will only be rejected if
2323

2424
* fast-forward rules are violated
25-
* the local ref is currently checked out
26-
* existing refs would not become 'unborn', i.e. point to a reference that doesn't exist and won't be created due to ref-specs
27-
28-
This makes it possible to update unborn remote refs to local refs if these are new or unborn themselves.
29-
This also allows to create mirrors more easily and allows us to handle `HEAD` without special casing it.
30-
Bare repositories have an easier time to update local symbolic refs.
25+
* the local ref is currently checked out
26+
* existing refs would not become 'unborn', i.e. point to a reference that doesn't exist and won't be created due to ref-specs
3127

3228
### Commit Statistics
3329

3430
<csr-read-only-do-not-edit/>
3531

36-
- 4 commits contributed to the release over the course of 2 calendar days.
32+
- 5 commits contributed to the release over the course of 2 calendar days.
3733
- 9 days passed between releases.
3834
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3935
- 0 issues like '(#ID)' were seen in commit messages
@@ -45,12 +41,16 @@ This is mostly a bug-fix release with many improvements for fetching, along with
4541
<details><summary>view details</summary>
4642

4743
* **Uncategorized**
44+
- Prepare changelogs ([`e4d2890`](https://github.com/Byron/gitoxide/commit/e4d2890a85bf60e9cdb4016dddfab3c4dccbe75e))
4845
- Merge branch 'fixes-and-improvements' ([`f8b1f55`](https://github.com/Byron/gitoxide/commit/f8b1f553371f25b1bea6bce7cbb2ff1f01194856))
4946
- Handle symbolic ref updates far more gracefully and with more logical consistency. ([`74ce863`](https://github.com/Byron/gitoxide/commit/74ce8639e88db5107691e9279df2bbfd38d26de3))
5047
- Adapt to changes in `gix-protocol` ([`df81076`](https://github.com/Byron/gitoxide/commit/df810766dfeaaad7474339358a3d844b2c3368cd))
5148
- Add `Reference::follow()` as a way to peel symbolic refs step by step. ([`d9e551b`](https://github.com/Byron/gitoxide/commit/d9e551b44aa3e84109660328de7637d465d59578))
5249
</details>
5350

51+
<csr-unknown>
52+
This makes it possible to update unborn remote refs to local refs if these are new or unborn themselves.This also allows to create mirrors more easily and allows us to handle HEAD without special casing it.Bare repositories have an easier time to update local symbolic refs.<csr-unknown/>
53+
5454
## 0.50.1 (2023-07-24)
5555

5656
### Bug Fixes

0 commit comments

Comments
 (0)