Skip to content

Commit

Permalink
Release git-path v0.3.0, safety bump 14 crates
Browse files Browse the repository at this point in the history
SAFETY BUMP: git-attributes v0.3.0, git-discover v0.3.0, git-ref v0.15.0, git-odb v0.31.0, git-pack v0.21.0, git-sec v0.3.0, git-worktree v0.4.0, git-url v0.7.0, git-config v0.6.0, git-repository v0.20.0, git-credentials v0.3.0, git-transport v0.19.0, cargo-smart-release v0.11.0, git-protocol v0.18.0
  • Loading branch information
Byron committed Jun 19, 2022
1 parent 9c00504 commit 400c9be
Show file tree
Hide file tree
Showing 23 changed files with 105 additions and 77 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ anyhow = "1.0.42"

gitoxide-core = { version = "^0.15.0", path = "gitoxide-core" }
git-features = { version = "^0.21.1", path = "git-features" }
git-repository = { version = "^0.19.0", path = "git-repository", default-features = false }
git-repository = { version = "^0.20.0", path = "git-repository", default-features = false }

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

clap = { version = "3.2.5", features = ["derive", "cargo"] }
prodash = { version = "19.0.0", optional = true, default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions cargo-smart-release/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-smart-release"
version = "0.10.2"
version = "0.11.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
repository = "https://github.com/Byron/gitoxide"
description = "Cargo subcommand for fearlessly releasing crates in workspaces."
Expand All @@ -26,7 +26,7 @@ test = false
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]

[dependencies]
git-repository = { version = "^0.19", path = "../git-repository", features = ["unstable"] }
git-repository = { version = "^0.20.0", path = "../git-repository", features = ["unstable"] }
anyhow = "1.0.42"
clap = { version = "3.2.5", features = ["derive", "cargo"] }
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }
Expand Down
2 changes: 1 addition & 1 deletion experiments/diffing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { version = "^0.19", path = "../../git-repository", features = ["unstable"] }
git-repository = { version = "^0.20.0", path = "../../git-repository", features = ["unstable"] }
git-features-for-config = { package = "git-features", version = "^0.21.0", path = "../../git-features", features = ["cache-efficiency-debug"] }
git2 = "0.14"
rayon = "1.5.0"
2 changes: 1 addition & 1 deletion experiments/object-access/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { path = "../../git-repository", version = "^0.19", features = ["unstable"] }
git-repository = { path = "../../git-repository", version = "^0.20.0", features = ["unstable"] }
git2 = "0.14"
rayon = "1.5.0"
parking_lot = { version = "0.12.0", default-features = false }
2 changes: 1 addition & 1 deletion experiments/traversal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1"
git-repository = { version = "^0.19", path = "../../git-repository", features = ["unstable"] }
git-repository = { version = "^0.20.0", path = "../../git-repository", features = ["unstable"] }
git2 = "0.14"
rayon = "1.5.0"
dashmap = "5.1.0"
4 changes: 2 additions & 2 deletions git-attributes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-attributes"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project dealing .gitattributes files"
Expand All @@ -19,7 +19,7 @@ serde1 = ["serde", "bstr/serde1", "git-glob/serde1", "compact_str/serde"]

[dependencies]
git-features = { version = "^0.21.1", path = "../git-features" }
git-path = { version = "^0.2.0", path = "../git-path" }
git-path = { version = "^0.3.0", path = "../git-path" }
git-quote = { version = "^0.2.0", path = "../git-quote" }
git-glob = { version = "^0.3.0", path = "../git-glob" }

Expand Down
8 changes: 4 additions & 4 deletions git-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-config"
version = "0.5.0"
version = "0.6.0"
repository = "https://github.com/Byron/gitoxide"
description = "A git-config file parser and editor from the gitoxide project"
license = "MIT OR Apache-2.0"
Expand All @@ -15,9 +15,9 @@ include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

[dependencies]
git-features = { version = "^0.21.1", path = "../git-features"}
git-path = { version = "^0.2.0", path = "../git-path" }
git-sec = { version = "^0.2.0", path = "../git-sec" }
git-ref = { version = "^0.14.0", path = "../git-ref" }
git-path = { version = "^0.3.0", path = "../git-path" }
git-sec = { version = "^0.3.0", path = "../git-sec" }
git-ref = { version = "^0.15.0", path = "../git-ref" }
git-glob = { version = "0.3.0", path = "../git-glob" }

dirs = "4"
Expand Down
4 changes: 2 additions & 2 deletions git-credentials/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-credentials"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project to interact with git credentials helpers"
Expand All @@ -17,7 +17,7 @@ serde1 = ["serde", "bstr/serde1", "git-sec/serde1"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git-sec = { version = "^0.2.0", path = "../git-sec" }
git-sec = { version = "^0.3.0", path = "../git-sec" }
quick-error = "2.0.0"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bstr = { version = "0.2.13", default-features = false, features = ["std"]}
Expand Down
8 changes: 4 additions & 4 deletions git-discover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-discover"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "Discover git repositories and check if a directory is a git repository"
Expand All @@ -14,9 +14,9 @@ doctest = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git-sec = { version = "^0.2.0", path = "../git-sec", features = ["thiserror"] }
git-path = { version = "^0.2.0", path = "../git-path" }
git-ref = { version = "^0.14.0", path = "../git-ref" }
git-sec = { version = "^0.3.0", path = "../git-sec", features = ["thiserror"] }
git-path = { version = "^0.3.0", path = "../git-path" }
git-ref = { version = "^0.15.0", path = "../git-ref" }
git-hash = { version = "^0.9.5", path = "../git-hash" }

bstr = { version = "0.2.13", default-features = false, features = ["std", "unicode"] }
Expand Down
6 changes: 3 additions & 3 deletions git-odb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-odb"
version = "0.30.0"
version = "0.31.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -31,11 +31,11 @@ all-features = true

[dependencies]
git-features = { version = "^0.21.1", path = "../git-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
git-path = { version = "^0.2.0", path = "../git-path" }
git-path = { version = "^0.3.0", path = "../git-path" }
git-hash = { version = "^0.9.5", path = "../git-hash" }
git-quote = { version = "^0.2.0", path = "../git-quote" }
git-object = { version = "^0.19.0", path = "../git-object" }
git-pack = { version = "^0.20.0", path = "../git-pack" }
git-pack = { version = "^0.21.0", path = "../git-pack" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

tempfile = "3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions git-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-pack"
version = "0.20.0"
version = "0.21.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -39,7 +39,7 @@ required-features = ["internal-testing-to-avoid-being-run-by-cargo-test-all"]
[dependencies]
git-features = { version = "^0.21.1", path = "../git-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
git-hash = { version = "^0.9.5", path = "../git-hash" }
git-path = { version = "^0.2.0", path = "../git-path" }
git-path = { version = "^0.3.0", path = "../git-path" }
git-chunk = { version = "^0.3.0", path = "../git-chunk" }
git-object = { version = "^0.19.0", path = "../git-object" }
git-traverse = { version = "^0.15.0", path = "../git-traverse" }
Expand Down
30 changes: 29 additions & 1 deletion git-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ 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).

## 0.3.0 (2022-06-19)

### Bug Fixes (BREAKING)

- <csr-id-c9933c0b0f51d21dc8244b2acc33d7dc8a33f6ce/> Remove `git-config` test utilities from `git-path`.

### Commit Statistics

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

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

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- Fix git-paths tests; improve error handling. ([`9c00504`](https://github.com/Byron/gitoxide/commit/9c0050451f634a54e610c86199b5d7d393378878))
- docs for git-path ([`a520092`](https://github.com/Byron/gitoxide/commit/a52009244c9b1059ebb3d5dd472c25f9c49691f3))
- Remove `git-config` test utilities from `git-path`. ([`c9933c0`](https://github.com/Byron/gitoxide/commit/c9933c0b0f51d21dc8244b2acc33d7dc8a33f6ce))
</details>

## 0.2.0 (2022-06-13)

### New Features (BREAKING)
Expand All @@ -16,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 5 commits contributed to the release over the course of 20 calendar days.
- 6 commits contributed to the release over the course of 20 calendar days.
- 20 days passed between releases.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages
Expand All @@ -28,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release git-date v0.0.1, git-hash v0.9.5, git-features v0.21.1, git-actor v0.10.1, git-path v0.2.0, git-attributes v0.2.0, git-ref v0.14.0, git-sec v0.2.0, git-config v0.5.0, git-credentials v0.2.0, git-discover v0.2.0, git-pack v0.20.0, git-odb v0.30.0, git-url v0.6.0, git-transport v0.18.0, git-protocol v0.17.0, git-revision v0.2.1, git-worktree v0.3.0, git-repository v0.19.0, safety bump 13 crates ([`a417177`](https://github.com/Byron/gitoxide/commit/a41717712578f590f04a33d27adaa63171f25267))
- update changelogs prior to release ([`bb424f5`](https://github.com/Byron/gitoxide/commit/bb424f51068b8a8e762696890a55ab48900ab980))
- make fmt ([`c665aef`](https://github.com/Byron/gitoxide/commit/c665aef4270c5ee54da89ee015cc0affd6337608))
- Merge branch 'main' into davidkna-envopen ([`bc0abc6`](https://github.com/Byron/gitoxide/commit/bc0abc643d3329f885f250b6880560dec861150f))
Expand Down
2 changes: 1 addition & 1 deletion git-path/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-path"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project dealing paths and their conversions"
Expand Down
6 changes: 3 additions & 3 deletions git-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-protocol"
version = "0.17.0"
version = "0.18.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project for implementing git protocols"
Expand Down Expand Up @@ -40,9 +40,9 @@ required-features = ["async-client"]

[dependencies]
git-features = { version = "^0.21.1", path = "../git-features", features = ["progress"] }
git-transport = { version = "^0.18.0", path = "../git-transport" }
git-transport = { version = "^0.19.0", path = "../git-transport" }
git-hash = { version = "^0.9.5", path = "../git-hash" }
git-credentials = { version = "^0.2.0", path = "../git-credentials" }
git-credentials = { version = "^0.3.0", path = "../git-credentials" }

quick-error = "2.0.0"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
Expand Down

0 comments on commit 400c9be

Please sign in to comment.