Skip to content

Commit 7659a65

Browse files
committed
Release gix v0.69.1
1 parent 3fb0c18 commit 7659a65

File tree

6 files changed

+35
-9
lines changed

6 files changed

+35
-9
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
@@ -171,7 +171,7 @@ anyhow = "1.0.42"
171171

172172
gitoxide-core = { version = "^0.44.0", path = "gitoxide-core" }
173173
gix-features = { version = "^0.39.1", path = "gix-features" }
174-
gix = { version = "^0.69.0", path = "gix", default-features = false }
174+
gix = { version = "^0.69.1", path = "gix", default-features = false }
175175

176176
clap = { version = "4.1.1", features = ["derive", "cargo"] }
177177
clap_complete = "4.4.3"

gitoxide-core/Cargo.toml

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

5050
[dependencies]
5151
# deselect everything else (like "performance") as this should be controllable by the parent application.
52-
gix = { version = "^0.69.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
52+
gix = { version = "^0.69.1", path = "../gix", default-features = false, features = ["merge", "blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
5353
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.56.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
5454
gix-transport-configuration-only = { package = "gix-transport", version = "^0.44.0", path = "../gix-transport", default-features = false }
5555
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.18.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }

gix/CHANGELOG.md

Lines changed: 30 additions & 4 deletions
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.69.1 (2024-12-22)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-51a430114493de392ce0c60f462d6e3ff36475a4/> remove unused fetch-error variants
13+
Note that it's a breaking change, but it's on top of a previous breaking change
14+
so folks would already have to update explicitly.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 3 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 pull request #1740 from GitoxideLabs/cargo-improvements ([`3fb0c18`](https://github.com/GitoxideLabs/gitoxide/commit/3fb0c188cb42c624ebbf5add4140bf8518e05bb2))
32+
- Remove unused fetch-error variants ([`51a4301`](https://github.com/GitoxideLabs/gitoxide/commit/51a430114493de392ce0c60f462d6e3ff36475a4))
33+
- Merge pull request #1739 from GitoxideLabs/new-release ([`d22937f`](https://github.com/GitoxideLabs/gitoxide/commit/d22937f91b8ecd0ece0930c4df9d580f3819b2fe))
34+
</details>
35+
836
## 0.69.0 (2024-12-22)
937

1038
### Changed
@@ -71,7 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7199

72100
<csr-read-only-do-not-edit/>
73101

74-
- 29 commits contributed to the release over the course of 28 calendar days.
102+
- 30 commits contributed to the release over the course of 28 calendar days.
75103
- 28 days passed between releases.
76104
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
77105
- 0 issues like '(#ID)' were seen in commit messages
@@ -83,6 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83111
<details><summary>view details</summary>
84112

85113
* **Uncategorized**
114+
- Release gix-dir v0.11.0, gix-revision v0.31.1, gix-merge v0.2.0, gix-pack v0.56.0, gix-odb v0.66.0, gix-shallow v0.1.0, gix-packetline v0.18.2, gix-transport v0.44.0, gix-protocol v0.47.0, gix-status v0.16.0, gix-worktree-state v0.16.0, gix v0.69.0, gitoxide-core v0.44.0, gitoxide v0.40.0 ([`beb0ea8`](https://github.com/GitoxideLabs/gitoxide/commit/beb0ea8c4ff94c64b7773772a9d388ccb403f3c1))
86115
- Release gix-date v0.9.3, gix-object v0.46.1, gix-command v0.4.0, gix-filter v0.16.0, gix-fs v0.12.1, gix-traverse v0.43.1, gix-worktree-stream v0.18.0, gix-archive v0.18.0, gix-ref v0.49.1, gix-prompt v0.9.0, gix-url v0.28.2, gix-credentials v0.26.0, gix-diff v0.49.0, gix-dir v0.11.0, gix-revision v0.31.1, gix-merge v0.2.0, gix-pack v0.56.0, gix-odb v0.66.0, gix-shallow v0.1.0, gix-packetline v0.18.2, gix-transport v0.44.0, gix-protocol v0.47.0, gix-status v0.16.0, gix-worktree-state v0.16.0, gix v0.69.0, gitoxide-core v0.44.0, gitoxide v0.40.0, safety bump 16 crates ([`c1ba571`](https://github.com/GitoxideLabs/gitoxide/commit/c1ba5719132227410abefeb54e3032b015233e94))
87116
- Update changelogs prior to release ([`7ea8582`](https://github.com/GitoxideLabs/gitoxide/commit/7ea85821c6999e3e6cf50a2a009904e9c38642a4))
88117
- Merge pull request #1733 from GitoxideLabs/fix-testools ([`df5cead`](https://github.com/GitoxideLabs/gitoxide/commit/df5cead220c193a9ceb8b78c8d6225368293416d))
@@ -114,9 +143,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114143
- Merge pull request #1701 from GitoxideLabs/release ([`e8b3b41`](https://github.com/GitoxideLabs/gitoxide/commit/e8b3b41dd79b8f4567670b1f89dd8867b6134e9e))
115144
</details>
116145

117-
<csr-unknown>
118-
Options whose type is bool are named toggle, in keeping withthe prevailing convention in this code.Options of Option type are named value (this required nochanges).Options of a non-Option type *Mode – currently this is justEmissionMode – are named mode.Code that used the method like its set_* countepartset_symlinks_to_directories_are_ignored_like_directories willbe broken. That’s what makes this fix a breaking change. Any suchcode can be fixed by modifying it to call the set_* versioninstead, which is probably what would have been intended anyway.<csr-unknown/>
119-
120146
## 0.68.0 (2024-11-24)
121147

122148
### New Features

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "gix"
55
repository = "https://github.com/GitoxideLabs/gitoxide"
66
description = "Interact with git repositories just like git would"
77
license = "MIT OR Apache-2.0"
8-
version = "0.69.0"
8+
version = "0.69.1"
99
authors = ["Sebastian Thiel <[email protected]>"]
1010
edition = "2021"
1111
include = ["src/**/*", "LICENSE-*"]

tests/it/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ path = "src/main.rs"
1616
[dependencies]
1717
anyhow = "1.0.86"
1818
clap = { version = "4.5.16", features = ["derive"] }
19-
gix = { version = "^0.69.0", path = "../../gix", default-features = false, features = ["attributes", "revision"] }
19+
gix = { version = "^0.69.1", path = "../../gix", default-features = false, features = ["attributes", "revision"] }
2020
once_cell = "1.20.2"
2121
regex = { version = "1.11.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)