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

Commit

Permalink
add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 23, 2021
1 parent 9ebaf21 commit e81d296
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 3 deletions.
7 changes: 7 additions & 0 deletions guppy-summaries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Unreleased

### Changed

- `guppy-summaries` now uses [`camino`](https://crates.io/crates/camino) `Utf8Path` and `Utf8PathBuf` wrappers. These
wrappers provide type-level assertions that returned paths are valid UTF-8.

## [0.3.2] - 2021-02-04

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ exclude = [
"README.tpl",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
camino = { version = "1.0.0", features = ["serde1"] }
cfg-if = "1.0.0"
Expand Down
9 changes: 9 additions & 0 deletions guppy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Unreleased

### Changed

- `guppy` now uses [`camino`](https://crates.io/crates/camino) `Utf8Path` and `Utf8PathBuf` wrappers. These wrappers
provide type-level assertions that returned paths are valid UTF-8.
- Public dependency version bumps:
- `proptest` updated to version 1 and the corresponding feature renamed to `proptest1`.

## [0.7.2] - 2020-02-15

### Fixed
Expand Down
8 changes: 8 additions & 0 deletions target-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Changed

- Public dependency version bumps:
- `cfg-expr` updated to 0.7.1.
- `proptest` updated to version 1 and the corresponding feature renamed to `proptest1`.

## [0.6.1] - 2020-02-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all-features = true
maintenance = { status = "actively-developed" }

[dependencies]
cfg-expr = ">= 0.6.0, < 0.8"
cfg-expr = "0.7.1"
proptest = { version = "1.0.0", optional = true }
serde = { version = "1.0.123", optional = true, features = ["derive"] }

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,12 @@
# Changelog

## Unreleased

### Changed

- `determinator` now uses [`camino`](https://crates.io/crates/camino) `Utf8Path` and `Utf8PathBuf` wrappers. These wrappers
provide type-level assertions that returned paths are valid UTF-8.

## [0.2.1] - 2021-02-04

### Added
Expand Down
9 changes: 9 additions & 0 deletions tools/hakari/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Unreleased

### Changed

- `hakari` now uses [`camino`](https://crates.io/crates/camino) `Utf8Path` and `Utf8PathBuf` wrappers. These wrappers
provide type-level assertions that returned paths are valid UTF-8.
- Public dependency version bumps:
- `proptest` updated to version 1 and the corresponding feature renamed to `proptest1`.

## [0.1.1] - 2021-02-04

### Added
Expand Down

0 comments on commit e81d296

Please sign in to comment.