Skip to content

Commit 08c6f9d

Browse files
committed
Release gix-index v0.16.1
1 parent 4d82ea2 commit 08c6f9d

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

Cargo.lock

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

gix-index/CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.16.1 (2023-04-29)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-4d82ea261547a936fa9bedc8d11470ca8f929939/> docs.rs builds work again by correctly specifying `serde` dependency.
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 2 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Docs.rs builds work again by correctly specifying `serde` dependency. ([`4d82ea2`](https://github.com/Byron/gitoxide/commit/4d82ea261547a936fa9bedc8d11470ca8f929939))
31+
</details>
32+
833
## 0.16.0 (2023-04-26)
934

1035
### New Features
@@ -26,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2651

2752
<csr-read-only-do-not-edit/>
2853

29-
- 25 commits contributed to the release over the course of 23 calendar days.
54+
- 26 commits contributed to the release over the course of 23 calendar days.
3055
- 27 days passed between releases.
3156
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3257
- 1 unique issue was worked on: [#814](https://github.com/Byron/gitoxide/issues/814)
@@ -46,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4671
* **[#814](https://github.com/Byron/gitoxide/issues/814)**
4772
- Rename `serde1` cargo feature to `serde` and use the weak-deps cargo capability. ([`b83ee36`](https://github.com/Byron/gitoxide/commit/b83ee366a3c65c717beb587ad809268f1c54b8ad))
4873
* **Uncategorized**
74+
- Release 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 ([`d7173b2`](https://github.com/Byron/gitoxide/commit/d7173b2d2cb79685fdf7f618c31c576db24fa648))
4975
- Release 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 ([`e4df557`](https://github.com/Byron/gitoxide/commit/e4df5574c0813a0236319fa6e8b3b41bab179fc8))
5076
- 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))
5177
- Prepare changelogs prior to release ([`30a1a71`](https://github.com/Byron/gitoxide/commit/30a1a71f36f24faac0e0b362ffdfedea7f9cdbf1))

gix-index/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-index"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"

gix-worktree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal-testing-gix-features-parallel = ["gix-features/parallel"]
3030
internal-testing-to-avoid-being-run-by-cargo-test-all = []
3131

3232
[dependencies]
33-
gix-index = { version = "^0.16.0", path = "../gix-index" }
33+
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" }
3636
gix-object = { version = "^0.29.1", path = "../gix-object" }

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ gix-ignore = { version = "^0.2.0", path = "../gix-ignore" }
145145
gix-glob = { version = "^0.7.0", path = "../gix-glob" }
146146
gix-credentials = { version = "^0.14.0", path = "../gix-credentials" }
147147
gix-prompt = { version = "^0.5.0", path = "../gix-prompt" }
148-
gix-index = { version = "^0.16.0", path = "../gix-index" }
148+
gix-index = { version = "^0.16.1", path = "../gix-index" }
149149
gix-worktree = { version = "^0.17.0", path = "../gix-worktree" }
150150
gix-hashtable = { version = "^0.2.0", path = "../gix-hashtable" }
151151

0 commit comments

Comments
 (0)