Skip to content

Commit 29a043b

Browse files
committed
Release git-hash v0.9.10, git-features v0.22.5, git-date v0.2.0, git-actor v0.12.0, git-glob v0.4.0, git-path v0.5.0, git-quote v0.3.0, git-attributes v0.4.0, git-config-value v0.8.0, git-tempfile v2.0.5, git-validate v0.6.0, git-object v0.21.0, git-ref v0.16.0, git-sec v0.4.0, git-config v0.8.0, git-discover v0.5.0, git-traverse v0.17.0, git-index v0.5.0, git-worktree v0.5.0, git-testtools v0.9.0, git-command v0.1.0, git-prompt v0.1.0, git-url v0.9.0, git-credentials v0.5.0, git-diff v0.19.0, git-mailmap v0.4.0, git-chunk v0.3.2, git-pack v0.23.0, git-odb v0.33.0, git-packetline v0.13.0, git-transport v0.20.0, git-protocol v0.20.0, git-revision v0.5.0, git-refspec v0.2.0, git-repository v0.24.0, git-commitgraph v0.9.0, gitoxide-core v0.18.0, gitoxide v0.16.0, safety bump 28 crates
SAFETY BUMP: git-actor v0.12.0, git-attributes v0.4.0, git-config-value v0.8.0, git-object v0.21.0, git-ref v0.16.0, git-sec v0.4.0, git-config v0.8.0, git-discover v0.5.0, git-traverse v0.17.0, git-index v0.5.0, git-worktree v0.5.0, git-testtools v0.9.0, git-command v0.1.0, git-prompt v0.1.0, git-url v0.9.0, git-credentials v0.5.0, git-diff v0.19.0, git-mailmap v0.4.0, git-pack v0.23.0, git-odb v0.33.0, git-transport v0.20.0, git-protocol v0.20.0, git-revision v0.5.0, git-refspec v0.2.0, git-repository v0.24.0, gitoxide-core v0.18.0, gitoxide v0.16.0, git-pathspec v0.1.0
1 parent caa7a1b commit 29a043b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+378
-293
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.16.0 (2022-09-20)
99

1010
### Changed
1111

Cargo.lock

Lines changed: 32 additions & 32 deletions
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
@@ -80,7 +80,7 @@ cache-efficiency-debug = ["git-features/cache-efficiency-debug"]
8080
anyhow = "1.0.42"
8181

8282
gitoxide-core = { version = "^0.18.0", path = "gitoxide-core" }
83-
git-features = { version = "^0.22.4", path = "git-features" }
83+
git-features = { version = "^0.22.5", path = "git-features" }
8484
git-repository = { version = "^0.24.0", path = "git-repository", default-features = false }
8585

8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }

experiments/diffing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ publish = false
1010
[dependencies]
1111
anyhow = "1"
1212
git-repository = { version = "^0.24.0", path = "../../git-repository" }
13-
git-features-for-config = { package = "git-features", version = "^0.22.4", path = "../../git-features", features = ["cache-efficiency-debug"] }
13+
git-features-for-config = { package = "git-features", version = "^0.22.5", path = "../../git-features", features = ["cache-efficiency-debug"] }
1414
git2 = "0.14"
1515
rayon = "1.5.0"

git-actor/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.12.0 (2022-09-20)
99

1010
### Changed (BREAKING)
1111

@@ -15,10 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
<csr-read-only-do-not-edit/>
1717

18-
- 3 commits contributed to the release over the course of 15 calendar days.
18+
- 4 commits contributed to the release over the course of 15 calendar days.
1919
- 27 days passed between releases.
2020
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21-
- 1 unique issue was worked on: [#450](https://github.com/Byron/gitoxide/issues/450)
21+
- 2 unique issues were worked on: [#450](https://github.com/Byron/gitoxide/issues/450), [#470](https://github.com/Byron/gitoxide/issues/470)
2222

2323
### Commit Details
2424

@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
3030
- upgrade `bstr` to `1.0.1` ([`99905ba`](https://github.com/Byron/gitoxide/commit/99905bacace8aed42b16d43f0f04cae996cb971c))
31+
* **[#470](https://github.com/Byron/gitoxide/issues/470)**
32+
- update changelogs prior to release ([`caa7a1b`](https://github.com/Byron/gitoxide/commit/caa7a1bdef74d7d3166a7e38127a59f5ab3cfbdd))
3133
* **Uncategorized**
3234
- Merge branch 'index-from-tree' ([`172f73c`](https://github.com/Byron/gitoxide/commit/172f73cf26878d153d51790fa01853fa4ba6beb7))
3335
- Release git-features v0.22.4, git-url v0.8.0, safety bump 4 crates ([`1d4600a`](https://github.com/Byron/gitoxide/commit/1d4600ae51475c2e225f96c16c41e2c4a2b3f2aa))

git-actor/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-actor"
3-
version = "0.11.4"
3+
version = "0.12.0"
44
description = "A way to identify git actors"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
repository = "https://github.com/Byron/gitoxide"
@@ -16,8 +16,8 @@ doctest = false
1616
serde1 = ["serde", "bstr/serde", "git-date/serde1"]
1717

1818
[dependencies]
19-
git-features = { version = "^0.22.4", path = "../git-features", optional = true }
20-
git-date = { version = "^0.1.0", path = "../git-date" }
19+
git-features = { version = "^0.22.5", path = "../git-features", optional = true }
20+
git-date = { version = "^0.2.0", path = "../git-date" }
2121

2222
quick-error = "2.0.0"
2323
btoi = "0.4.2"

git-attributes/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.4.0 (2022-09-20)
99

1010
### Changed (BREAKING)
1111

@@ -15,10 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
<csr-read-only-do-not-edit/>
1717

18-
- 10 commits contributed to the release over the course of 21 calendar days.
18+
- 11 commits contributed to the release over the course of 21 calendar days.
1919
- 24 days passed between releases.
2020
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21-
- 1 unique issue was worked on: [#450](https://github.com/Byron/gitoxide/issues/450)
21+
- 2 unique issues were worked on: [#450](https://github.com/Byron/gitoxide/issues/450), [#470](https://github.com/Byron/gitoxide/issues/470)
2222

2323
### Commit Details
2424

@@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
3030
- upgrade `bstr` to `1.0.1` ([`99905ba`](https://github.com/Byron/gitoxide/commit/99905bacace8aed42b16d43f0f04cae996cb971c))
31+
* **[#470](https://github.com/Byron/gitoxide/issues/470)**
32+
- update changelogs prior to release ([`caa7a1b`](https://github.com/Byron/gitoxide/commit/caa7a1bdef74d7d3166a7e38127a59f5ab3cfbdd))
3133
* **Uncategorized**
3234
- Merge branch 'index-from-tree' ([`172f73c`](https://github.com/Byron/gitoxide/commit/172f73cf26878d153d51790fa01853fa4ba6beb7))
3335
- Merge branch 'main' into filter-refs-by-spec ([`9aa1d3d`](https://github.com/Byron/gitoxide/commit/9aa1d3dc46d4b1c76af257f573aff3aeef2d3fa8))

0 commit comments

Comments
 (0)