Skip to content

Commit

Permalink
Release git-features v0.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 16, 2022
1 parent ff80042 commit c9eda72
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cache-efficiency-debug = ["git-features/cache-efficiency-debug"]
anyhow = "1.0.42"

gitoxide-core = { version = "^0.18.0", path = "gitoxide-core" }
git-features = { version = "^0.22.5", path = "git-features" }
git-features = { version = "^0.22.6", path = "git-features" }
git-repository = { version = "^0.24.0", path = "git-repository", default-features = false }

git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }
Expand Down
2 changes: 1 addition & 1 deletion experiments/diffing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ publish = false
[dependencies]
anyhow = "1"
git-repository = { version = "^0.24.0", path = "../../git-repository" }
git-features-for-config = { package = "git-features", version = "^0.22.5", path = "../../git-features", features = ["cache-efficiency-debug"] }
git-features-for-config = { package = "git-features", version = "^0.22.6", path = "../../git-features", features = ["cache-efficiency-debug"] }
git2 = "0.14"
rayon = "1.5.0"
2 changes: 1 addition & 1 deletion git-actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
serde1 = ["serde", "bstr/serde", "git-date/serde1"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", optional = true }
git-features = { version = "^0.22.6", path = "../git-features", optional = true }
git-date = { version = "^0.2.0", path = "../git-date" }

quick-error = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion git-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
serde1 = ["serde", "bstr/serde", "git-glob/serde1", "compact_str/serde"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features" }
git-features = { version = "^0.22.6", path = "../git-features" }
git-path = { version = "^0.5.0", path = "../git-path" }
git-quote = { version = "^0.3.0", path = "../git-quote" }
git-glob = { version = "^0.4.0", path = "../git-glob" }
Expand Down
2 changes: 1 addition & 1 deletion git-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
serde1 = ["serde", "git-hash/serde1", "bstr/serde"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["rustsha1"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["rustsha1"] }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-chunk = { version = "^0.3.2", path = "../git-chunk" }

Expand Down
2 changes: 1 addition & 1 deletion git-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
serde1 = ["serde", "bstr/serde", "git-sec/serde1", "git-ref/serde1", "git-glob/serde1", "git-config-value/serde1"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features"}
git-features = { version = "^0.22.6", path = "../git-features"}
git-config-value = { version = "^0.8.0", path = "../git-config-value" }
git-path = { version = "^0.5.0", path = "../git-path" }
git-sec = { version = "^0.4.0", path = "../git-sec" }
Expand Down
5 changes: 3 additions & 2 deletions git-features/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.22.6 (2022-09-16)

Fix docs.rs rendering.

### Commit Statistics

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

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

Expand All @@ -24,6 +24,7 @@ Fix docs.rs rendering.
<details><summary>view details</summary>

* **Uncategorized**
- update changelog prior to release ([`ff80042`](https://github.com/Byron/gitoxide/commit/ff80042c9691e5dba5834c674174fdf6d3bdfe7d))
- fix git-features docs build ([`e5963fe`](https://github.com/Byron/gitoxide/commit/e5963fea183d81db1fe502121b494146a58bd86e))
- upgrade all dependencies, except for `windows` ([`2968181`](https://github.com/Byron/gitoxide/commit/29681819ffe53d3926d631dc482f71d6200cb549))
</details>
Expand Down
2 changes: 1 addition & 1 deletion git-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "git-features"
description = "A crate to integrate various capabilities using compile-time feature flags"
repository = "https://github.com/Byron/gitoxide"
version = "0.22.5"
version = "0.22.6"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion git-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal-testing-git-features-parallel = ["git-features/parallel"]
internal-testing-to-avoid-being-run-by-cargo-test-all = []

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["rustsha1", "progress"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["rustsha1", "progress"] }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-bitmap = { version = "^0.1.2", path = "../git-bitmap" }
git-object = { version = "^0.21.0", path = "../git-object" }
Expand Down
2 changes: 1 addition & 1 deletion git-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde1 = ["serde", "bstr/serde", "smallvec/serde", "git-hash/serde1", "git-actor
verbose-object-parsing-errors = ["nom/std"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["rustsha1"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["rustsha1"] }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-validate = { version = "^0.6.0", path = "../git-validate" }
git-actor = { version = "^0.12.0", path = "../git-actor" }
Expand Down
2 changes: 1 addition & 1 deletion git-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "tests/odb-single-threaded.rs"
required-features = []

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-path = { version = "^0.5.0", path = "../git-path" }
git-quote = { version = "^0.3.0", path = "../git-quote" }
Expand Down
2 changes: 1 addition & 1 deletion git-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ path = "tests/pack-single-threaded.rs"
required-features = ["internal-testing-to-avoid-being-run-by-cargo-test-all"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
git-path = { version = "^0.5.0", path = "../git-path" }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-chunk = { version = "^0.3.2", path = "../git-chunk" }
Expand Down
2 changes: 1 addition & 1 deletion git-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "tests/async-protocol.rs"
required-features = ["async-client"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["progress"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["progress"] }
git-transport = { version = "^0.20.0", path = "../git-transport" }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-credentials = { version = "^0.5.0", path = "../git-credentials" }
Expand Down
2 changes: 1 addition & 1 deletion git-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "tests/refs-parallel.rs"
required-features = ["internal-testing-git-features-parallel"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features", features = ["walkdir"]}
git-features = { version = "^0.22.6", path = "../git-features", features = ["walkdir"]}
git-path = { version = "^0.5.0", path = "../git-path" }
git-hash = { version = "^0.9.10", path = "../git-hash" }
git-object = { version = "^0.21.0", path = "../git-object" }
Expand Down
2 changes: 1 addition & 1 deletion git-repository/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ git-protocol = { version = "^0.20.0", path = "../git-protocol", optional = true
git-transport = { version = "^0.20.0", path = "../git-transport", optional = true }
git-diff = { version = "^0.19.0", path = "../git-diff" }
git-mailmap = { version = "^0.4.0", path = "../git-mailmap" }
git-features = { version = "^0.22.5", path = "../git-features", features = ["progress", "once_cell"] }
git-features = { version = "^0.22.6", path = "../git-features", features = ["progress", "once_cell"] }

git-attributes = { version = "^0.4.0", path = "../git-attributes" }
git-glob = { version = "^0.4.0", path = "../git-glob" }
Expand Down
2 changes: 1 addition & 1 deletion git-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ path = "tests/async-transport.rs"
required-features = ["async-client"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features" }
git-features = { version = "^0.22.6", path = "../git-features" }
git-url = { version = "^0.9.0", path = "../git-url" }
git-sec = { version = "^0.4.0", path = "../git-sec" }
git-packetline = { version = "^0.13.0", path = "../git-packetline" }
Expand Down
2 changes: 1 addition & 1 deletion git-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
serde1 = ["serde", "bstr/serde"]

[dependencies]
git-features = { version = "^0.22.5", path = "../git-features" }
git-features = { version = "^0.22.6", path = "../git-features" }
git-path = { version = "^0.5.0", path = "../git-path" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
Expand Down
2 changes: 1 addition & 1 deletion git-worktree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git-object = { version = "^0.21.0", path = "../git-object" }
git-glob = { version = "^0.4.0", path = "../git-glob" }
git-path = { version = "^0.5.0", path = "../git-path" }
git-attributes = { version = "^0.4.0", path = "../git-attributes" }
git-features = { version = "^0.22.5", path = "../git-features" }
git-features = { version = "^0.22.6", path = "../git-features" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

Expand Down

0 comments on commit c9eda72

Please sign in to comment.