Skip to content

Commit

Permalink
(cargo-release) version 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Jan 23, 2022
1 parent 12ad569 commit 7018b89
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion cargo-crev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-url -->
## [Unreleased](https://github.com/crev-dev/cargo-crev/compare/v0.22.2...HEAD) - ReleaseDate
## [Unreleased](https://github.com/crev-dev/cargo-crev/compare/v0.23.0...HEAD) - ReleaseDate


## [0.23.0](https://github.com/crev-dev/cargo-crev/compare/v0.22.2...v0.23.0) - 2022-01-22

- Ignore cargo directory source replacements - this essentially ignores `cargo vendor` and `cargo crev` will not read vendored sources
- Proofs moved from the config directory (e.g. ~/.config/crev/proofs)
Expand Down
10 changes: 5 additions & 5 deletions cargo-crev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = '2018'
name = "cargo-crev"
version = "0.22.2"
version = "0.23.0"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>", "Kornel Lesiński <kornel@geekhood.net>"]
categories = ["development-tools::cargo-plugins"]
default-run = "cargo-crev"
Expand All @@ -22,10 +22,10 @@ name = "cargo_crev"
path = "src/lib.rs"

[dependencies]
crev-common = { path = "../crev-common", version = "^0.22"}
crev-data = { path = "../crev-data", version = "0.22" }
crev-wot = { path = "../crev-wot", version = "0.22" }
crev-lib = { path = "../crev-lib", version = "0.22.1" }
crev-common = { path = "../crev-common", version = "^0.23"}
crev-data = { path = "../crev-data", version = "^0.23"}
crev-wot = { path = "../crev-wot", version = "^0.23"}
crev-lib = { path = "../crev-lib", version = "^0.23.0"}
anyhow = "1.0.48"
atty = "0.2.14"
cargo = "0.59.0"
Expand Down
2 changes: 1 addition & 1 deletion crev-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "crev-common"
version = "0.22.2"
version = "0.23.0"
description = "Scalable, social, Code REView system that we desperately need - common code"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
documentation = "https://docs.rs/crev-lib"
Expand Down
4 changes: 2 additions & 2 deletions crev-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = '2018'
name = "crev-data"
version = "0.22.2"
version = "0.23.0"
description = "Scalable, social, Code REView system that we desperately need - data types library"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
documentation = "https://docs.rs/crev-lib"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
repository = "https://github.com/crev-dev/cargo-crev"

[dependencies]
crev-common = { path = "../crev-common", version = "^0.22"}
crev-common = { path = "../crev-common", version = "^0.23"}
chrono = { version = "0.4.19", default-features = false }
derive_builder = "0.10.2"
rand_v07 = { version = "0.7.3", package = "rand" } # for dalek
Expand Down
8 changes: 4 additions & 4 deletions crev-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "crev-lib"
version = "0.22.2"
version = "0.23.0"
description = "Library interface for programmatic access to crate reviews of cargo-crev"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>", "Kornel Lesiński <kornel@geekhood.net>"]
documentation = "https://docs.rs/crev-lib"
Expand All @@ -13,9 +13,9 @@ license = "MPL-2.0 OR MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
crev-common = { path = "../crev-common", version = "^0.22.2"}
crev-data = { path = "../crev-data", version = "0.22" }
crev-wot = { path = "../crev-wot", version = "0.22" }
crev-common = { path = "../crev-common", version = "^0.23.0"}
crev-data = { path = "../crev-data", version = "^0.23"}
crev-wot = { path = "../crev-wot", version = "^0.23"}
blake2 = "0.9.2"
chrono = { version = "0.4.19", default-features = false }
crev-recursive-digest = "0.5"
Expand Down
6 changes: 3 additions & 3 deletions crev-wot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "crev-wot"
version = "0.22.2"
version = "0.23.0"
description = "Scalable, social, Code REView system that we desperately need - Web of Trust library"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
documentation = "https://docs.rs/cargo-crev"
Expand All @@ -12,8 +12,8 @@ license = "MPL-2.0 OR MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
crev-common = { path = "../crev-common", version = "^0.22.2"}
crev-data = { path = "../crev-data", version = "0.22" }
crev-common = { path = "../crev-common", version = "^0.23.0"}
crev-data = { path = "../crev-data", version = "^0.23"}
blake2 = "0.9.2"
chrono = { version = "0.4.19", default-features = false }
default = "0.1.2"
Expand Down

0 comments on commit 7018b89

Please sign in to comment.