Skip to content

Commit 11766a0

Browse files
committed
Release gix-revision v0.15.1, gix v0.45.1
1 parent 04f011c commit 11766a0

File tree

8 files changed

+66
-10
lines changed

8 files changed

+66
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ anyhow = "1.0.42"
153153

154154
gitoxide-core = { version = "^0.28.0", path = "gitoxide-core" }
155155
gix-features = { version = "^0.30.0", path = "gix-features" }
156-
gix = { version = "^0.45.0", path = "gix", default-features = false }
156+
gix = { version = "^0.45.1", path = "gix", default-features = false }
157157
time = "0.3.19"
158158

159159
clap = { version = "4.1.1", features = ["derive", "cargo"] }

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cache-efficiency-debug = ["gix/cache-efficiency-debug"]
2525
vendored-openssl = ["crates-index/vendored-openssl"]
2626

2727
[dependencies]
28-
gix = { version = "^0.45.0", path = "../gix", default-features = false, features = ["max-performance-safe"] }
28+
gix = { version = "^0.45.1", path = "../gix", default-features = false, features = ["max-performance-safe"] }
2929
anyhow = "1.0.42"
3030
clap = { version = "4.1.0", features = ["derive", "cargo"] }
3131
env_logger = { version = "0.10.0", default-features = false, features = ["humantime", "auto-color"] }

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde = ["gix/serde", "serde_json", "dep:serde", "bytesize/serde"]
3838

3939
[dependencies]
4040
# deselect everything else (like "performance") as this should be controllable by the parent application.
41-
gix = { version = "^0.45.0", path = "../gix", default-features = false }
41+
gix = { version = "^0.45.1", path = "../gix", default-features = false }
4242
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.36.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
4343
gix-transport-configuration-only = { package = "gix-transport", version = "^0.32.0", path = "../gix-transport", default-features = false }
4444
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

gix-revision/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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+
## 0.15.1 (2023-06-06)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-fd2593cc1e5824687f3bcc4be4badc3d7920e5fc/> avoid duplicate error message
13+
"There was an error looking up a commit" could be printed twice in error stacks
14+
due to a copy-paste error.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release.
21+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' were seen in commit messages
23+
24+
### Commit Details
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
<details><summary>view details</summary>
29+
30+
* **Uncategorized**
31+
- Merge branch 'adjustments-for-cargo' ([`04f011c`](https://github.com/Byron/gitoxide/commit/04f011c3c3e49e87a3b868d4bf6e77a361b96da8))
32+
- Avoid duplicate error message ([`fd2593c`](https://github.com/Byron/gitoxide/commit/fd2593cc1e5824687f3bcc4be4badc3d7920e5fc))
33+
</details>
34+
835
## 0.15.0 (2023-06-06)
936

1037
<csr-id-dbc6cbb4363c2532f81b0bd6e351c4577bb9e9a3/>
@@ -44,7 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4471

4572
<csr-read-only-do-not-edit/>
4673

47-
- 14 commits contributed to the release over the course of 13 calendar days.
74+
- 15 commits contributed to the release over the course of 13 calendar days.
4875
- 18 days passed between releases.
4976
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
5077
- 0 issues like '(#ID)' were seen in commit messages
@@ -56,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5683
<details><summary>view details</summary>
5784

5885
* **Uncategorized**
86+
- Release gix-date v0.5.1, gix-hash v0.11.2, gix-features v0.30.0, gix-actor v0.21.0, gix-path v0.8.1, gix-glob v0.8.0, gix-quote v0.4.4, gix-attributes v0.13.0, gix-chunk v0.4.2, gix-commitgraph v0.16.0, gix-config-value v0.12.1, gix-fs v0.2.0, gix-tempfile v6.0.0, gix-utils v0.1.2, gix-lock v6.0.0, gix-validate v0.7.5, gix-object v0.30.0, gix-ref v0.30.0, gix-sec v0.8.1, gix-config v0.23.0, gix-command v0.2.5, gix-prompt v0.5.1, gix-url v0.19.0, gix-credentials v0.15.0, gix-diff v0.30.0, gix-discover v0.19.0, gix-hashtable v0.2.1, gix-ignore v0.3.0, gix-bitmap v0.2.4, gix-traverse v0.26.0, gix-index v0.17.0, gix-mailmap v0.13.0, gix-revision v0.15.0, gix-negotiate v0.2.0, gix-pack v0.36.0, gix-odb v0.46.0, gix-packetline v0.16.2, gix-transport v0.32.0, gix-protocol v0.33.0, gix-refspec v0.11.0, gix-worktree v0.18.0, gix v0.45.0, safety bump 29 crates ([`9a9fa96`](https://github.com/Byron/gitoxide/commit/9a9fa96fa8a722bddc5c3b2270b0edf8f6615141))
5987
- `just fmt` ([`ffc1276`](https://github.com/Byron/gitoxide/commit/ffc1276e0c991ac33ce842f5dca0b45ac69680c0))
6088
- Prepare changelogs prior to release ([`8f15cec`](https://github.com/Byron/gitoxide/commit/8f15cec1ec7d5a9d56bb158f155011ef2bb3539b))
6189
- Merge branch 'integrate-gix-negotiate' ([`ae845de`](https://github.com/Byron/gitoxide/commit/ae845dea6cee6523c88a23d7a14293589cf8092f))

gix-revision/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-revision"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications"

gix/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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+
## 0.45.1 (2023-06-06)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-9010f586ac46fcea5b8abba8f30a5639ed6b9225/> `gix::env::fetch::collate::Error` now considers negotiation errors a sign of corrupt git repos.
13+
Indeed, all of these negotiation errors are due to failures reading references or objects that ought
14+
to be there.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release.
21+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22+
- 0 issues like '(#ID)' were seen in commit messages
23+
24+
### Commit Details
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
<details><summary>view details</summary>
29+
30+
* **Uncategorized**
31+
- Merge branch 'adjustments-for-cargo' ([`04f011c`](https://github.com/Byron/gitoxide/commit/04f011c3c3e49e87a3b868d4bf6e77a361b96da8))
32+
- `gix::env::fetch::collate::Error` now considers negotiation errors a sign of corrupt git repos. ([`9010f58`](https://github.com/Byron/gitoxide/commit/9010f586ac46fcea5b8abba8f30a5639ed6b9225))
33+
</details>
34+
835
## 0.45.0 (2023-06-06)
936

1037
<csr-id-dbc6cbb4363c2532f81b0bd6e351c4577bb9e9a3/>
@@ -44,7 +71,7 @@ stateless or stateful transports.
4471

4572
<csr-read-only-do-not-edit/>
4673

47-
- 32 commits contributed to the release over the course of 40 calendar days.
74+
- 33 commits contributed to the release over the course of 40 calendar days.
4875
- 40 days passed between releases.
4976
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
5077
- 1 unique issue was worked on: [#851](https://github.com/Byron/gitoxide/issues/851)
@@ -64,6 +91,7 @@ stateless or stateful transports.
6491
* **[#851](https://github.com/Byron/gitoxide/issues/851)**
6592
- Add `gitoxide.core.defaultPackCacheMemoryLimit` to control memory limits. ([`020ff4e`](https://github.com/Byron/gitoxide/commit/020ff4e383fc76a255eabf099bb9cf5116a95afa))
6693
* **Uncategorized**
94+
- Release gix-date v0.5.1, gix-hash v0.11.2, gix-features v0.30.0, gix-actor v0.21.0, gix-path v0.8.1, gix-glob v0.8.0, gix-quote v0.4.4, gix-attributes v0.13.0, gix-chunk v0.4.2, gix-commitgraph v0.16.0, gix-config-value v0.12.1, gix-fs v0.2.0, gix-tempfile v6.0.0, gix-utils v0.1.2, gix-lock v6.0.0, gix-validate v0.7.5, gix-object v0.30.0, gix-ref v0.30.0, gix-sec v0.8.1, gix-config v0.23.0, gix-command v0.2.5, gix-prompt v0.5.1, gix-url v0.19.0, gix-credentials v0.15.0, gix-diff v0.30.0, gix-discover v0.19.0, gix-hashtable v0.2.1, gix-ignore v0.3.0, gix-bitmap v0.2.4, gix-traverse v0.26.0, gix-index v0.17.0, gix-mailmap v0.13.0, gix-revision v0.15.0, gix-negotiate v0.2.0, gix-pack v0.36.0, gix-odb v0.46.0, gix-packetline v0.16.2, gix-transport v0.32.0, gix-protocol v0.33.0, gix-refspec v0.11.0, gix-worktree v0.18.0, gix v0.45.0, safety bump 29 crates ([`9a9fa96`](https://github.com/Byron/gitoxide/commit/9a9fa96fa8a722bddc5c3b2270b0edf8f6615141))
6795
- `just fmt` ([`ffc1276`](https://github.com/Byron/gitoxide/commit/ffc1276e0c991ac33ce842f5dca0b45ac69680c0))
6896
- Prepare changelogs prior to release ([`8f15cec`](https://github.com/Byron/gitoxide/commit/8f15cec1ec7d5a9d56bb158f155011ef2bb3539b))
6997
- Merge branch 'integrate-gix-negotiate' ([`ae845de`](https://github.com/Byron/gitoxide/commit/ae845dea6cee6523c88a23d7a14293589cf8092f))

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix"
33
repository = "https://github.com/Byron/gitoxide"
44
description = "Interact with git repositories just like git would"
55
license = "MIT/Apache-2.0"
6-
version = "0.45.0"
6+
version = "0.45.1"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
@@ -130,7 +130,7 @@ gix-hash = { version = "^0.11.2", path = "../gix-hash" }
130130
gix-object = { version = "^0.30.0", path = "../gix-object" }
131131
gix-actor = { version = "^0.21.0", path = "../gix-actor" }
132132
gix-pack = { version = "^0.36.0", path = "../gix-pack", features = ["object-cache-dynamic"] }
133-
gix-revision = { version = "^0.15.0", path = "../gix-revision" }
133+
gix-revision = { version = "^0.15.1", path = "../gix-revision" }
134134
gix-negotiate = { version = "^0.2.0", path = "../gix-negotiate" }
135135

136136
gix-path = { version = "^0.8.1", path = "../gix-path" }

0 commit comments

Comments
 (0)