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

Commit

Permalink
[determinator] prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 13, 2022
1 parent d7a0f27 commit 694deca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.

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.8.0] - 2022-02-13

### Changed

- Public dependency version bump: `guppy` updated to 0.13.0.

## [0.7.0] - 2021-11-23

### Added
Expand Down Expand Up @@ -71,6 +77,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.8.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.8.0
[0.7.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.7.0
[0.6.0]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.6.0
[0.5.1]: https://github.com/facebookincubator/cargo-guppy/releases/tag/determinator-0.5.1
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "determinator"
version = "0.7.0"
version = "0.8.0"
description = "Figure out which packages changed between two commits to a workspace."
documentation = "https://docs.rs/determinator"
authors = ["Rain <rain1@fb.com>"]
Expand Down

0 comments on commit 694deca

Please sign in to comment.