Skip to content

Commit f603fd7

Browse files
committed
Release gix v0.54.1
1 parent 300a838 commit f603fd7

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -164,7 +164,7 @@ anyhow = "1.0.42"
164164

165165
gitoxide-core = { version = "^0.32.0", path = "gitoxide-core" }
166166
gix-features = { version = "^0.35.0", path = "gix-features" }
167-
gix = { version = "^0.54.0", path = "gix", default-features = false }
167+
gix = { version = "^0.54.1", path = "gix", default-features = false }
168168
time = "0.3.23"
169169

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

gitoxide-core/Cargo.toml

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

4545
[dependencies]
4646
# deselect everything else (like "performance") as this should be controllable by the parent application.
47-
gix = { version = "^0.54.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] }
47+
gix = { version = "^0.54.1", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status"] }
4848
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.43.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
4949
gix-transport-configuration-only = { package = "gix-transport", version = "^0.37.0", path = "../gix-transport", default-features = false }
5050
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.5.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }

gix/CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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.54.1 (2023-09-25)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-300a83821358f2a43649515606ebb84741e82780/> local refs created during fetching will now always be valid.
13+
Previously it could create symbolic refs that were effectively unborn, i.e.
14+
point to a reference which doesn't exist.
15+
16+
Now these will always point to the peeled object instead.
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 1 commit contributed to the release.
23+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
24+
- 0 issues like '(#ID)' were seen in commit messages
25+
26+
### Commit Details
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
<details><summary>view details</summary>
31+
32+
* **Uncategorized**
33+
- Local refs created during fetching will now always be valid. ([`300a838`](https://github.com/Byron/gitoxide/commit/300a83821358f2a43649515606ebb84741e82780))
34+
</details>
35+
836
## 0.54.0 (2023-09-24)
937

1038
<csr-id-e022096aa495f55a05f83860243f49552be501f7/>
@@ -52,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5280

5381
<csr-read-only-do-not-edit/>
5482

55-
- 30 commits contributed to the release over the course of 15 calendar days.
83+
- 31 commits contributed to the release over the course of 15 calendar days.
5684
- 15 days passed between releases.
5785
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
5886
- 0 issues like '(#ID)' were seen in commit messages
@@ -64,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6492
<details><summary>view details</summary>
6593

6694
* **Uncategorized**
95+
- Release gix-features v0.35.0, gix-actor v0.27.0, gix-object v0.37.0, gix-glob v0.13.0, gix-attributes v0.19.0, gix-filter v0.5.0, gix-fs v0.7.0, gix-commitgraph v0.21.0, gix-revwalk v0.8.0, gix-traverse v0.33.0, gix-worktree-stream v0.5.0, gix-archive v0.5.0, gix-tempfile v10.0.0, gix-lock v10.0.0, gix-ref v0.37.0, gix-config v0.30.0, gix-url v0.24.0, gix-credentials v0.20.0, gix-diff v0.36.0, gix-discover v0.25.0, gix-ignore v0.8.0, gix-index v0.25.0, gix-mailmap v0.19.0, gix-negotiate v0.8.0, gix-pack v0.43.0, gix-odb v0.53.0, gix-pathspec v0.3.0, gix-transport v0.37.0, gix-protocol v0.40.0, gix-revision v0.22.0, gix-refspec v0.18.0, gix-status v0.1.0, gix-submodule v0.4.0, gix-worktree v0.26.0, gix-worktree-state v0.3.0, gix v0.54.0, gitoxide-core v0.32.0, gitoxide v0.30.0, safety bump 37 crates ([`7891fb1`](https://github.com/Byron/gitoxide/commit/7891fb17348ec2f4c997665f9a25be36e2713da4))
6796
- Prepare changelogs prior to release ([`8a60d5b`](https://github.com/Byron/gitoxide/commit/8a60d5b80877c213c3b646d3061e8a33e0e433ec))
6897
- Merge branch 'reset' ([`54a8495`](https://github.com/Byron/gitoxide/commit/54a849545140f7f1c0c7564c418071c0a76a34e7))
6998
- Add `PathspecDetached` as pathspec that can more easily be used across threads. ([`f9d14d8`](https://github.com/Byron/gitoxide/commit/f9d14d86a6578cf0f9a0c4a2256ad227b9264340))

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 OR Apache-2.0"
6-
version = "0.54.0"
6+
version = "0.54.1"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

0 commit comments

Comments
 (0)