Skip to content

Commit 98b08f4

Browse files
committed
Release gix-hash v0.13.3, gix-index v0.27.1
1 parent b3ecbb7 commit 98b08f4

File tree

21 files changed

+94
-89
lines changed

21 files changed

+94
-89
lines changed

Cargo.lock

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

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ wasm = ["dep:getrandom"]
2323
doctest = false
2424

2525
[dependencies]
26-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
26+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2727
gix-object = { version = "^0.39.0", path = "../gix-object" }
2828
gix-filter = { version = "^0.7.0", path = "../gix-filter", optional = true }
2929
gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }

gix-discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616
gix-sec = { version = "^0.10.1", path = "../gix-sec" }
1717
gix-path = { version = "^0.10.1", path = "../gix-path" }
1818
gix-ref = { version = "^0.39.0", path = "../gix-ref" }
19-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
19+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2020

2121
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
2222
thiserror = "1.0.26"

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE-*"]
1313
doctest = false
1414

1515
[dependencies]
16-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
16+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
1717
gix-trace = { version = "^0.1.4", path = "../gix-trace" }
1818
gix-object = { version = "^0.39.0", path = "../gix-object" }
1919
gix-command = { version = "^0.3.0", path = "../gix-command" }

gix-fsck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.65"
1313
doctest = false
1414

1515
[dependencies]
16-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
16+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
1717
gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" }
1818
gix-object = { version = "^0.39.0", path = "../gix-object" }
1919

gix-hash/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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
8+
## 0.13.3 (2023-12-10)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 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.
1717
- 3 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelog for `gix-index` release ([`b3ecbb7`](https://github.com/Byron/gitoxide/commit/b3ecbb7e27bbd088733c70a319a57a9e963f8bd0))
2829
- Merge branch '32bit' ([`ff1542c`](https://github.com/Byron/gitoxide/commit/ff1542cedf3072a8c7c493d454aef5cc61de6d4c))
2930
- Update `faster-hex` crate to latest version ([`b0bfd01`](https://github.com/Byron/gitoxide/commit/b0bfd01e6c65cd9f6458a97bfe1218a604cd6507))
3031
</details>

gix-hash/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-hash"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "Borrowed and owned git hash digests used to identify git objects"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"

gix-index/CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ 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
8+
## 0.27.1 (2023-12-10)
99

1010
### Bug Fixes
1111

12+
<csr-id-e2e17c60008f287796c6c10e1fa8a64a3d4a9105/>
13+
1214
- <csr-id-03fa7ac64c99abc804252630c03b5b9085e9ea81/> NetBSD doesn't have `st_mtime_nsec` and `st_ctime_nsec`
1315
It has `st_mtimensec` and `st_ctimensec` instead.
1416

1517
* https://man.netbsd.org/NetBSD-8.0/stat.2
16-
* https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec
17-
* https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec
18-
* https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec
19-
* https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec
20-
- <csr-id-e2e17c60008f287796c6c10e1fa8a64a3d4a9105/> builds on 32bit android now work.
21-
Thanks to new CI tests, these should keep working as well.
18+
* https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec
19+
* https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_mtimensec
20+
* https://docs.rs/libc/0.2/x86_64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec
21+
* https://docs.rs/libc/0.2/aarch64-unknown-netbsd/libc/struct.stat.html#structfield.st_ctimensec
2222

2323
### Commit Statistics
2424

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

27-
- 4 commits contributed to the release over the course of 2 calendar days.
27+
- 5 commits contributed to the release over the course of 2 calendar days.
2828
- 3 days passed between releases.
2929
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3030
- 0 issues like '(#ID)' were seen in commit messages
@@ -36,12 +36,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
<details><summary>view details</summary>
3737

3838
* **Uncategorized**
39+
- Prepare changelog for `gix-index` release ([`b3ecbb7`](https://github.com/Byron/gitoxide/commit/b3ecbb7e27bbd088733c70a319a57a9e963f8bd0))
3940
- Merge pull request #1170 from weihanglo/netbsd ([`523692b`](https://github.com/Byron/gitoxide/commit/523692b6d9d403d0e10f36f382ce7728f3ae2ad4))
4041
- NetBSD doesn't have `st_mtime_nsec` and `st_ctime_nsec` ([`03fa7ac`](https://github.com/Byron/gitoxide/commit/03fa7ac64c99abc804252630c03b5b9085e9ea81))
4142
- Merge branch '32bit' ([`ff1542c`](https://github.com/Byron/gitoxide/commit/ff1542cedf3072a8c7c493d454aef5cc61de6d4c))
4243
- Builds on 32bit android now work. ([`e2e17c6`](https://github.com/Byron/gitoxide/commit/e2e17c60008f287796c6c10e1fa8a64a3d4a9105))
4344
</details>
4445

46+
<csr-unknown>
47+
builds on 32bit android now work.Thanks to new CI tests, these should keep working as well.<csr-unknown/>
48+
4549
## 0.27.0 (2023-12-06)
4650

4751
### New Features

gix-index/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-index"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
@@ -21,7 +21,7 @@ serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]
2121

2222
[dependencies]
2323
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1", "progress"] }
24-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
24+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2525
gix-bitmap = { version = "^0.2.8", path = "../gix-bitmap" }
2626
gix-object = { version = "^0.39.0", path = "../gix-object" }
2727
gix-traverse = { version = "^0.35.0", path = "../gix-traverse" }

gix-negotiate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
test = false
1515

1616
[dependencies]
17-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
17+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
1818
gix-object = { version = "^0.39.0", path = "../gix-object" }
1919
gix-date = { version = "^0.8.1", path = "../gix-date" }
2020
gix-commitgraph = { version = "^0.22.1", path = "../gix-commitgraph" }

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde= ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
1919

2020
[dependencies]
2121
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
22-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
22+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2323
gix-date = { version = "^0.8.1", path = "../gix-date" }
2424
gix-path = { version = "^0.10.1", path = "../gix-path" }
2525
gix-quote = { version = "^0.4.8", path = "../gix-quote" }

gix-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wasm = ["gix-diff?/wasm"]
3434
[dependencies]
3535
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
3636
gix-path = { version = "^0.10.1", path = "../gix-path" }
37-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
37+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
3838
gix-chunk = { version = "^0.4.5", path = "../gix-chunk" }
3939
gix-object = { version = "^0.39.0", path = "../gix-object" }
4040
gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" }

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ required-features = ["async-client"]
4242
[dependencies]
4343
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["progress"] }
4444
gix-transport = { version = "^0.39.0", path = "../gix-transport" }
45-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
45+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
4646
gix-date = { version = "^0.8.1", path = "../gix-date" }
4747
gix-credentials = { version = "^0.22.0", path = "../gix-credentials" }
4848

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"]
2222
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["walkdir"]}
2323
gix-fs = { version = "^0.8.1", path = "../gix-fs" }
2424
gix-path = { version = "^0.10.1", path = "../gix-path" }
25-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
25+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2626
gix-date = { version = "^0.8.1", path = "../gix-date" }
2727
gix-object = { version = "^0.39.0", path = "../gix-object" }
2828
gix-validate = { version = "^0.8.1", path = "../gix-validate" }

gix-refspec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
[dependencies]
1616
gix-revision = { version = "^0.24.0", path = "../gix-revision", default-features = false }
1717
gix-validate = { version = "^0.8.1", path = "../gix-validate" }
18-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
18+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
1919

2020
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
2121
thiserror = "1.0.26"

gix-revision/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe = []
2222
serde = [ "dep:serde", "gix-hash/serde", "gix-object/serde" ]
2323

2424
[dependencies]
25-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
25+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2626
gix-object = { version = "^0.39.0", path = "../gix-object" }
2727
gix-date = { version = "^0.8.1", path = "../gix-date" }
2828
gix-hashtable = { version = "^0.4.1", path = "../gix-hashtable" }

gix-status/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ autotests = false
1414
doctest = false
1515

1616
[dependencies]
17-
gix-index = { version = "^0.27.0", path = "../gix-index" }
17+
gix-index = { version = "^0.27.1", path = "../gix-index" }
1818
gix-fs = { version = "^0.8.1", path = "../gix-fs" }
19-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
19+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2020
gix-object = { version = "^0.39.0", path = "../gix-object" }
2121
gix-path = { version = "^0.10.1", path = "../gix-path" }
2222
gix-features = { version = "^0.36.1", path = "../gix-features" }

gix-worktree-state/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ doctest = false
1515

1616
[dependencies]
1717
gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
18-
gix-index = { version = "^0.27.0", path = "../gix-index" }
18+
gix-index = { version = "^0.27.1", path = "../gix-index" }
1919
gix-fs = { version = "^0.8.1", path = "../gix-fs" }
20-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
20+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2121
gix-object = { version = "^0.39.0", path = "../gix-object" }
2222
gix-glob = { version = "^0.14.1", path = "../gix-glob" }
2323
gix-path = { version = "^0.10.1", path = "../gix-path" }

gix-worktree-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414

1515
[dependencies]
1616
gix-features = { version = "^0.36.1", path = "../gix-features", features = ["progress", "io-pipe"] }
17-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
17+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
1818
gix-object = { version = "^0.39.0", path = "../gix-object" }
1919
gix-attributes = { version = "^0.20.1", path = "../gix-attributes" }
2020
gix-filter = { version = "^0.7.0", path = "../gix-filter" }

gix-worktree/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ attributes = ["dep:gix-attributes"]
2121
serde = [ "dep:serde", "bstr/serde", "gix-index/serde", "gix-hash/serde", "gix-object/serde", "gix-attributes?/serde", "gix-ignore/serde" ]
2222

2323
[dependencies]
24-
gix-index = { version = "^0.27.0", path = "../gix-index" }
24+
gix-index = { version = "^0.27.1", path = "../gix-index" }
2525
gix-fs = { version = "^0.8.1", path = "../gix-fs" }
26-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
26+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
2727
gix-object = { version = "^0.39.0", path = "../gix-object" }
2828
gix-glob = { version = "^0.14.1", path = "../gix-glob" }
2929
gix-path = { version = "^0.10.1", path = "../gix-path" }

gix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ gix-filter = { version = "^0.7.0", path = "../gix-filter", optional = true }
225225

226226
gix-config = { version = "^0.32.1", path = "../gix-config" }
227227
gix-odb = { version = "^0.55.0", path = "../gix-odb" }
228-
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
228+
gix-hash = { version = "^0.13.3", path = "../gix-hash" }
229229
gix-object = { version = "^0.39.0", path = "../gix-object" }
230230
gix-actor = { version = "^0.28.1", path = "../gix-actor" }
231231
gix-pack = { version = "^0.45.0", path = "../gix-pack", default-features = false, features = ["object-cache-dynamic"] }
@@ -244,7 +244,7 @@ gix-trace = { version = "^0.1.4", path = "../gix-trace" }
244244
gix-glob = { version = "^0.14.1", path = "../gix-glob" }
245245
gix-credentials = { version = "^0.22.0", path = "../gix-credentials", optional = true }
246246
gix-prompt = { version = "^0.8.0", path = "../gix-prompt", optional = true }
247-
gix-index = { version = "^0.27.0", path = "../gix-index", optional = true }
247+
gix-index = { version = "^0.27.1", path = "../gix-index", optional = true }
248248
gix-attributes = { version = "^0.20.1", path = "../gix-attributes", optional = true }
249249
gix-ignore = { version = "^0.9.1", path = "../gix-ignore", optional = true }
250250
gix-worktree = { version = "^0.28.0", path = "../gix-worktree", optional = true, default-features = false }

0 commit comments

Comments
 (0)