Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
[meta] prepare for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Mar 11, 2021
1 parent 3d54dcf commit fe61a8b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
6 changes: 3 additions & 3 deletions 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-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.38"
camino = "1.0.3"
clap = "2.33.3"
dialoguer = "0.7.1"
guppy = { version = "0.8.0", path = "../guppy", features = ["summaries"] }
guppy = { version = "0.9.0", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.10.0"
pathdiff = "0.2.0"
Expand Down
3 changes: 2 additions & 1 deletion guppy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.9.0] - 2021-03-11

### Added

Expand Down Expand Up @@ -353,6 +353,7 @@ lazy_static = "0.2"
### Added
- Initial release.

[0.9.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/guppy-0.9.0
[0.8.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/guppy-0.8.0
[0.7.2]: https://github.com/facebookincubator/cargo-guppy/releases/tag/guppy-0.7.2
[0.7.1]: https://github.com/facebookincubator/cargo-guppy/releases/tag/guppy-0.7.1
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guppy"
version = "0.8.0"
version = "0.9.0"
description = "Track and query Cargo dependency graphs."
documentation = "https://docs.rs/guppy"
repository = "https://github.com/facebookincubator/cargo-guppy"
Expand Down
7 changes: 7 additions & 0 deletions tools/determinator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.0] - 2021-03-11

### Changed

- `guppy` updated to 0.9.0.

## [0.3.0] - 2021-02-23

### Changed
Expand Down Expand Up @@ -37,6 +43,7 @@ Initial release.
* Path-based and package-based custom rules, including a default set of rules for files like `rust-toolchain` and `Cargo.lock`.
* A `Paths0` wrapper to make it easier to retrieve changes from source control.

[0.4.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.4.0
[0.3.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.3.0
[0.2.1]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.2.1
[0.2.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.2.0
Expand Down
4 changes: 2 additions & 2 deletions tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "determinator"
version = "0.3.0"
version = "0.4.0"
description = "Figure out which packages changed between two commits to a workspace."
documentation = "https://docs.rs/determinator"
authors = ["Rain <[email protected]>"]
Expand Down Expand Up @@ -29,7 +29,7 @@ include = [
[dependencies]
camino = "1.0.3"
globset = "0.4.6"
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1", "summaries"] }
guppy = { version = "0.9.0", path = "../../guppy", features = ["rayon1", "summaries"] }
itertools = "0.10"
once_cell = "1.7.2"
petgraph = { version = "0.5", default-features = false, features = ["graphmap"] }
Expand Down
4 changes: 3 additions & 1 deletion tools/hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Unreleased
## [0.3.0] - 2021-03-11

### Changed

- `guppy` updated to 0.9.0.
- `HakariCargoToml` now uses `camino`'s UTF-8 paths.
- `HakariCargoToml::new` now accepts `impl Into<Utf8PathBuf>` rather than `impl Into<PathBuf>`.
- `HakariCargoToml::toml_path` returns `&Utf8Path` instead of `&Path`.
Expand Down Expand Up @@ -32,6 +33,7 @@

Initial release.

[0.3.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/hakari-0.3.0
[0.2.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/hakari-0.2.0
[0.1.1]: https://github.com/facebookincubator/cargo-guppy/releases/tag/hakari-0.1.1
[0.1.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/hakari-0.1.0
4 changes: 2 additions & 2 deletions tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hakari"
version = "0.2.0"
version = "0.3.0"
description = "Manage workspace-hack packages that do feature unification inside workspaces."
documentation = "https://docs.rs/determinator"
authors = ["Rain <[email protected]>"]
Expand All @@ -27,7 +27,7 @@ atomicwrites = "0.3.0"
camino = "1.0.3"
cfg-if = "1.0.0"
diffy = "0.2.1"
guppy = { version = "0.8.0", path = "../../guppy", features = ["rayon1"] }
guppy = { version = "0.9.0", path = "../../guppy", features = ["rayon1"] }
pathdiff = "0.2.0"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit fe61a8b

Please sign in to comment.