Skip to content

Commit 4f879bf

Browse files
committed
Release gix-object v0.29.2
1 parent e3b146f commit 4f879bf

File tree

13 files changed

+75
-46
lines changed

13 files changed

+75
-46
lines changed

Cargo.lock

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

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ doctest = false
1414
[dependencies]
1515
thiserror = "1.0.26"
1616
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
17-
gix-object = { version = "^0.29.1", path = "../gix-object" }
17+
gix-object = { version = "^0.29.2", path = "../gix-object" }

gix-diff/Cargo.toml

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

2222
[dependencies]
2323
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
24-
gix-object = { version = "^0.29.1", path = "../gix-object" }
24+
gix-object = { version = "^0.29.2", path = "../gix-object" }
2525
thiserror = "1.0.32"
2626
imara-diff = "0.1.3"
2727
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

gix-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]
2323
gix-features = { version = "^0.29.0", path = "../gix-features", features = ["rustsha1", "progress"] }
2424
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
2525
gix-bitmap = { version = "^0.2.3", path = "../gix-bitmap" }
26-
gix-object = { version = "^0.29.1", path = "../gix-object" }
26+
gix-object = { version = "^0.29.2", path = "../gix-object" }
2727
gix-traverse = { version = "^0.25.0", path = "../gix-traverse" }
2828
gix-lock = { version = "^5.0.0", path = "../gix-lock" }
2929

gix-object/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.29.2 (2023-05-11)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-ca37915fbb0c43c7f01ae600d1da63d2f21eeb63/> sorting of tree entries is now according to specificiation.
13+
This means tree entries are compared as if they had a / appended to it.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 3 commits contributed to the release.
20+
- 15 days passed between releases.
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 'fix-848' ([`e3b146f`](https://github.com/Byron/gitoxide/commit/e3b146ffdd6a1150e6deb6ddd267b81fd3c217b2))
32+
- Sorting of tree entries is now according to specificiation. ([`ca37915`](https://github.com/Byron/gitoxide/commit/ca37915fbb0c43c7f01ae600d1da63d2f21eeb63))
33+
- Refactor ([`d92a588`](https://github.com/Byron/gitoxide/commit/d92a588249f3f507f0b3fc05543f819c51e49c5a))
34+
</details>
35+
836
## 0.29.1 (2023-04-26)
937

1038
### New Features
@@ -15,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1543

1644
<csr-read-only-do-not-edit/>
1745

18-
- 5 commits contributed to the release over the course of 6 calendar days.
46+
- 6 commits contributed to the release over the course of 6 calendar days.
1947
- 7 days passed between releases.
2048
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2149
- 0 issues like '(#ID)' were seen in commit messages
@@ -33,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3361
<details><summary>view details</summary>
3462

3563
* **Uncategorized**
64+
- Release gix-hash v0.11.1, gix-path v0.7.4, gix-glob v0.6.0, gix-attributes v0.11.0, gix-config-value v0.11.0, gix-fs v0.1.1, gix-tempfile v5.0.3, gix-utils v0.1.1, gix-lock v5.0.1, gix-object v0.29.1, gix-ref v0.28.0, gix-sec v0.7.0, gix-config v0.21.0, gix-prompt v0.4.0, gix-url v0.17.0, gix-credentials v0.13.0, gix-diff v0.29.0, gix-discover v0.17.0, gix-hashtable v0.2.0, gix-ignore v0.1.0, gix-bitmap v0.2.3, gix-traverse v0.25.0, gix-index v0.16.0, gix-mailmap v0.12.0, gix-pack v0.34.0, gix-odb v0.44.0, gix-packetline v0.16.0, gix-transport v0.30.0, gix-protocol v0.31.0, gix-revision v0.13.0, gix-refspec v0.10.0, gix-worktree v0.16.0, gix v0.44.0, safety bump 7 crates ([`91134a1`](https://github.com/Byron/gitoxide/commit/91134a11c8ba0e942f692488ec9bce9fa1086324))
3665
- Prepare changelogs prior to release ([`30a1a71`](https://github.com/Byron/gitoxide/commit/30a1a71f36f24faac0e0b362ffdfedea7f9cdbf1))
3766
- Merge branch 'fix-823' ([`6ebd61e`](https://github.com/Byron/gitoxide/commit/6ebd61e548a36a04e413ac725a03e607a3588334))
3867
- Thanks clippy ([`14e64e7`](https://github.com/Byron/gitoxide/commit/14e64e74649cfb1f2f99da87015939af98fae5c8))

gix-object/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-object"
3-
version = "0.29.1"
3+
version = "0.29.2"
44
description = "Immutable and mutable git objects with decoding and encoding support"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gix-features = { version = "^0.29.0", path = "../gix-features", features = ["rus
3232
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
3333
gix-path = { version = "^0.8.0", path = "../gix-path" }
3434
gix-quote = { version = "^0.4.3", path = "../gix-quote" }
35-
gix-object = { version = "^0.29.1", path = "../gix-object" }
35+
gix-object = { version = "^0.29.2", path = "../gix-object" }
3636
gix-pack = { version = "^0.35.0", path = "../gix-pack" }
3737
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
3838

gix-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gix-features = { version = "^0.29.0", path = "../gix-features", features = ["crc
3232
gix-path = { version = "^0.8.0", path = "../gix-path" }
3333
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
3434
gix-chunk = { version = "^0.4.1", path = "../gix-chunk" }
35-
gix-object = { version = "^0.29.1", path = "../gix-object" }
35+
gix-object = { version = "^0.29.2", path = "../gix-object" }
3636
gix-traverse = { version = "^0.25.0", path = "../gix-traverse" }
3737
gix-diff = { version = "^0.29.0", path = "../gix-diff" }
3838
gix-hashtable = { version = "^0.2.0", path = "../gix-hashtable" }

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gix-features = { version = "^0.29.0", path = "../gix-features", features = ["wal
2323
gix-fs = { version = "^0.1.1", path = "../gix-fs" }
2424
gix-path = { version = "^0.8.0", path = "../gix-path" }
2525
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
26-
gix-object = { version = "^0.29.1", path = "../gix-object" }
26+
gix-object = { version = "^0.29.2", path = "../gix-object" }
2727
gix-validate = { version = "^0.7.3", path = "../gix-validate" }
2828
gix-actor = { version = "^0.20.0", path = "../gix-actor" }
2929
gix-lock = { version = "^5.0.0", path = "../gix-lock" }

gix-revision/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" ]
1919

2020
[dependencies]
2121
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
22-
gix-object = { version = "^0.29.1", path = "../gix-object" }
22+
gix-object = { version = "^0.29.2", path = "../gix-object" }
2323
gix-date = { version = "^0.5.0", path = "../gix-date" }
2424
gix-hashtable = { version = "^0.2.0", path = "../gix-hashtable" }
2525

gix-traverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ doctest = false
1515

1616
[dependencies]
1717
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
18-
gix-object = { version = "^0.29.1", path = "../gix-object" }
18+
gix-object = { version = "^0.29.2", path = "../gix-object" }
1919
gix-hashtable = { version = "^0.2.0", path = "../gix-hashtable" }
2020
thiserror = "1.0.32"

gix-worktree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal-testing-to-avoid-being-run-by-cargo-test-all = []
3333
gix-index = { version = "^0.16.1", path = "../gix-index" }
3434
gix-fs = { version = "^0.1.1", path = "../gix-fs" }
3535
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
36-
gix-object = { version = "^0.29.1", path = "../gix-object" }
36+
gix-object = { version = "^0.29.2", path = "../gix-object" }
3737
gix-glob = { version = "^0.7.0", path = "../gix-glob" }
3838
gix-path = { version = "^0.8.0", path = "../gix-path" }
3939
gix-attributes = { version = "^0.12.0", path = "../gix-attributes" }

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ gix-refspec = { version = "^0.10.1", path = "../gix-refspec" }
126126
gix-config = { version = "^0.22.0", path = "../gix-config" }
127127
gix-odb = { version = "^0.45.0", path = "../gix-odb" }
128128
gix-hash = { version = "^0.11.1", path = "../gix-hash" }
129-
gix-object = { version = "^0.29.1", path = "../gix-object" }
129+
gix-object = { version = "^0.29.2", path = "../gix-object" }
130130
gix-actor = { version = "^0.20.0", path = "../gix-actor" }
131131
gix-pack = { version = "^0.35.0", path = "../gix-pack", features = ["object-cache-dynamic"] }
132132
gix-revision = { version = "^0.13.0", path = "../gix-revision" }

0 commit comments

Comments
 (0)