Skip to content

Commit 12b5caf

Browse files
committed
prepare changelogs prior to release
1 parent b7c9275 commit 12b5caf

File tree

5 files changed

+149
-9
lines changed

5 files changed

+149
-9
lines changed

Diff for: CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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 re-release to deal with breakage in the dependency tree (self-caused).
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
18+
- 0 issues like '(#ID)' were seen in commit messages
19+
20+
### Commit Details
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
<details><summary>view details</summary>
25+
26+
* **Uncategorized**
27+
- Improve documentation slightly ([`b7c9275`](https://github.com/Byron/gitoxide/commit/b7c92753f52e71f118b6e21ab672ae56961306c5))
28+
</details>
29+
830
## 0.31.0 (2023-10-12)
931

1032
This release includes an overhaul of the url parsing implementation, allowing more urls to be parsed correctly and refining the error messages for
@@ -28,7 +50,7 @@ open a new issue to help us making Gitoxide even more correct.
2850
<csr-read-only-do-not-edit/>
2951

3052
- 8 commits contributed to the release over the course of 7 calendar days.
31-
- 17 days passed between releases.
53+
- 18 days passed between releases.
3254
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
3355
- 0 issues like '(#ID)' were seen in commit messages
3456

Diff for: gitoxide-core/CHANGELOG.md

+33-5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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-8011c73ee401bfca03811a249c46a4dd468af1b8/> bump `gix-transport` version to prevent it from being picked up.
13+
`gix-transport` v0.37.1 could accidentally be picked up by older, incompatible,
14+
`gix` versions which now fail to build.
15+
16+
Thus v0.37.1 is now yanked and replaced with v0.38.0 along with a new
17+
release of `gix` to go with it.
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 2 commits contributed to the release.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Bump `gix-transport` version to prevent it from being picked up. ([`8011c73`](https://github.com/Byron/gitoxide/commit/8011c73ee401bfca03811a249c46a4dd468af1b8))
35+
- Release gix v0.55.1 ([`4642c0c`](https://github.com/Byron/gitoxide/commit/4642c0c78f45b1956837bc874f6757fc302bee4a))
36+
</details>
37+
838
## 0.33.0 (2023-10-12)
939

1040
### New Features
@@ -37,8 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3767

3868
<csr-read-only-do-not-edit/>
3969

40-
- 14 commits contributed to the release over the course of 17 calendar days.
41-
- 17 days passed between releases.
70+
- 15 commits contributed to the release over the course of 17 calendar days.
71+
- 18 days passed between releases.
4272
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
4373
- 1 unique issue was worked on: [#1050](https://github.com/Byron/gitoxide/issues/1050)
4474

@@ -51,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5181
* **[#1050](https://github.com/Byron/gitoxide/issues/1050)**
5282
- Revert "adapt to changes in `gix-attributes`" ([`aa47342`](https://github.com/Byron/gitoxide/commit/aa47342109bf2fe2b33d7f8ac07c56aa1692936b))
5383
* **Uncategorized**
84+
- Release gitoxide-core v0.33.0, gitoxide v0.31.0 ([`db0b851`](https://github.com/Byron/gitoxide/commit/db0b85192deb3a41c56970cfe4c5a87bfeefb8c7))
5485
- Release gix-transport v0.37.1, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0 ([`14ddbd4`](https://github.com/Byron/gitoxide/commit/14ddbd4c15128b1d5631a2388a00e024842b7b83))
5586
- Release gix-hash v0.13.1, gix-features v0.36.0, gix-actor v0.28.0, gix-object v0.38.0, gix-glob v0.14.0, gix-attributes v0.20.0, gix-command v0.2.10, gix-filter v0.6.0, gix-fs v0.8.0, gix-commitgraph v0.22.0, gix-revwalk v0.9.0, gix-traverse v0.34.0, gix-worktree-stream v0.6.0, gix-archive v0.6.0, gix-tempfile v11.0.0, gix-lock v11.0.0, gix-ref v0.38.0, gix-config v0.31.0, gix-url v0.25.0, gix-credentials v0.21.0, gix-diff v0.37.0, gix-discover v0.26.0, gix-ignore v0.9.0, gix-index v0.26.0, gix-mailmap v0.20.0, gix-negotiate v0.9.0, gix-pack v0.44.0, gix-odb v0.54.0, gix-pathspec v0.4.0, gix-packetline v0.16.7, gix-transport v0.37.0, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0, safety bump 37 crates ([`68e5432`](https://github.com/Byron/gitoxide/commit/68e54326e527a55dd5b5079921fc251615833040))
5687
- `gix attrs query` now allows to match directories as signalled by the trailing slash ([`0f3a4b0`](https://github.com/Byron/gitoxide/commit/0f3a4b0f864645b94f91897507b4d2737ff1ae25))
@@ -160,9 +191,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160191
- Merge branch 'gix-submodule' ([`363ee77`](https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4))
161192
</details>
162193

163-
<csr-unknown>
164-
https://github.com/rust-secure-code/cargo-auditable/issues/124<csr-unknown/>
165-
166194
## 0.31.0 (2023-08-22)
167195

168196
### New Features

Diff for: gix-protocol/CHANGELOG.md

+31-1
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+
## Unreleased
9+
10+
### Bug Fixes
11+
12+
- <csr-id-8011c73ee401bfca03811a249c46a4dd468af1b8/> bump `gix-transport` version to prevent it from being picked up.
13+
`gix-transport` v0.37.1 could accidentally be picked up by older, incompatible,
14+
`gix` versions which now fail to build.
15+
16+
Thus v0.37.1 is now yanked and replaced with v0.38.0 along with a new
17+
release of `gix` to go with it.
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 1 commit contributed to the release.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Bump `gix-transport` version to prevent it from being picked up. ([`8011c73`](https://github.com/Byron/gitoxide/commit/8011c73ee401bfca03811a249c46a4dd468af1b8))
35+
</details>
36+
837
## 0.41.0 (2023-10-12)
938

1039
A maintenance release without user-facing changes.
@@ -13,7 +42,7 @@ A maintenance release without user-facing changes.
1342

1443
<csr-read-only-do-not-edit/>
1544

16-
- 2 commits contributed to the release.
45+
- 3 commits contributed to the release.
1746
- 17 days passed between releases.
1847
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1948
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +54,7 @@ A maintenance release without user-facing changes.
2554
<details><summary>view details</summary>
2655

2756
* **Uncategorized**
57+
- Release gix-transport v0.37.1, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0 ([`14ddbd4`](https://github.com/Byron/gitoxide/commit/14ddbd4c15128b1d5631a2388a00e024842b7b83))
2858
- Release gix-hash v0.13.1, gix-features v0.36.0, gix-actor v0.28.0, gix-object v0.38.0, gix-glob v0.14.0, gix-attributes v0.20.0, gix-command v0.2.10, gix-filter v0.6.0, gix-fs v0.8.0, gix-commitgraph v0.22.0, gix-revwalk v0.9.0, gix-traverse v0.34.0, gix-worktree-stream v0.6.0, gix-archive v0.6.0, gix-tempfile v11.0.0, gix-lock v11.0.0, gix-ref v0.38.0, gix-config v0.31.0, gix-url v0.25.0, gix-credentials v0.21.0, gix-diff v0.37.0, gix-discover v0.26.0, gix-ignore v0.9.0, gix-index v0.26.0, gix-mailmap v0.20.0, gix-negotiate v0.9.0, gix-pack v0.44.0, gix-odb v0.54.0, gix-pathspec v0.4.0, gix-packetline v0.16.7, gix-transport v0.37.0, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0, safety bump 37 crates ([`68e5432`](https://github.com/Byron/gitoxide/commit/68e54326e527a55dd5b5079921fc251615833040))
2959
- Prepare changelogs prior to release ([`1347a54`](https://github.com/Byron/gitoxide/commit/1347a54f84599d8f0aa935d6e64b16c2298d25cf))
3060
</details>

Diff for: gix-transport/CHANGELOG.md

+31-1
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+
## Unreleased
9+
10+
### Bug Fixes
11+
12+
- <csr-id-8011c73ee401bfca03811a249c46a4dd468af1b8/> bump `gix-transport` version to prevent it from being picked up.
13+
`gix-transport` v0.37.1 could accidentally be picked up by older, incompatible,
14+
`gix` versions which now fail to build.
15+
16+
Thus v0.37.1 is now yanked and replaced with v0.38.0 along with a new
17+
release of `gix` to go with it.
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 1 commit contributed to the release.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Bump `gix-transport` version to prevent it from being picked up. ([`8011c73`](https://github.com/Byron/gitoxide/commit/8011c73ee401bfca03811a249c46a4dd468af1b8))
35+
</details>
36+
837
## 0.37.1 (2023-10-12)
938

1039
A maintenance release without user-facing changes.
@@ -13,7 +42,7 @@ A maintenance release without user-facing changes.
1342

1443
<csr-read-only-do-not-edit/>
1544

16-
- 3 commits contributed to the release.
45+
- 4 commits contributed to the release.
1746
- 17 days passed between releases.
1847
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1948
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +54,7 @@ A maintenance release without user-facing changes.
2554
<details><summary>view details</summary>
2655

2756
* **Uncategorized**
57+
- Release gix-transport v0.37.1, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0 ([`14ddbd4`](https://github.com/Byron/gitoxide/commit/14ddbd4c15128b1d5631a2388a00e024842b7b83))
2858
- Prepare another changelog prior to release ([`029dbc1`](https://github.com/Byron/gitoxide/commit/029dbc1601a0a9c76261667377a73af41aa41c8f))
2959
- Release gix-hash v0.13.1, gix-features v0.36.0, gix-actor v0.28.0, gix-object v0.38.0, gix-glob v0.14.0, gix-attributes v0.20.0, gix-command v0.2.10, gix-filter v0.6.0, gix-fs v0.8.0, gix-commitgraph v0.22.0, gix-revwalk v0.9.0, gix-traverse v0.34.0, gix-worktree-stream v0.6.0, gix-archive v0.6.0, gix-tempfile v11.0.0, gix-lock v11.0.0, gix-ref v0.38.0, gix-config v0.31.0, gix-url v0.25.0, gix-credentials v0.21.0, gix-diff v0.37.0, gix-discover v0.26.0, gix-ignore v0.9.0, gix-index v0.26.0, gix-mailmap v0.20.0, gix-negotiate v0.9.0, gix-pack v0.44.0, gix-odb v0.54.0, gix-pathspec v0.4.0, gix-packetline v0.16.7, gix-transport v0.37.0, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0, safety bump 37 crates ([`68e5432`](https://github.com/Byron/gitoxide/commit/68e54326e527a55dd5b5079921fc251615833040))
3060
- Prepare changelogs prior to release ([`1347a54`](https://github.com/Byron/gitoxide/commit/1347a54f84599d8f0aa935d6e64b16c2298d25cf))

Diff for: gix/CHANGELOG.md

+31-1
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+
## Unreleased
9+
10+
### Bug Fixes
11+
12+
- <csr-id-8011c73ee401bfca03811a249c46a4dd468af1b8/> bump `gix-transport` version to prevent it from being picked up.
13+
`gix-transport` v0.37.1 could accidentally be picked up by older, incompatible,
14+
`gix` versions which now fail to build.
15+
16+
Thus v0.37.1 is now yanked and replaced with v0.38.0 along with a new
17+
release of `gix` to go with it.
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 1 commit contributed to the release.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Bump `gix-transport` version to prevent it from being picked up. ([`8011c73`](https://github.com/Byron/gitoxide/commit/8011c73ee401bfca03811a249c46a4dd468af1b8))
35+
</details>
36+
837
## 0.55.1 (2023-10-12)
938

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

2251
<csr-read-only-do-not-edit/>
2352

24-
- 2 commits contributed to the release.
53+
- 3 commits contributed to the release.
2554
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2655
- 0 issues like '(#ID)' were seen in commit messages
2756

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

3463
* **Uncategorized**
64+
- Release gix v0.55.1 ([`4642c0c`](https://github.com/Byron/gitoxide/commit/4642c0c78f45b1956837bc874f6757fc302bee4a))
3565
- Add `take_data()` to all primitive object types. ([`5732303`](https://github.com/Byron/gitoxide/commit/5732303180d26374016b70bdd7fa0278dd84cff3))
3666
- Add `detach()` and `detached()` too all object types. ([`88f2e6c`](https://github.com/Byron/gitoxide/commit/88f2e6c4c540b9c8032e6eee9c5da65a9bcfeef8))
3767
</details>

0 commit comments

Comments
 (0)