Skip to content

Commit

Permalink
chore(predicates): Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Apr 28, 2021
1 parent 34ae7d7 commit 7066d1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.8] - 2021-04-28

## [1.0.7] - 2021-01-29

## [1.0.6] - 2020-12-28
Expand Down Expand Up @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Basic README

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.7...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.8...HEAD
[1.0.8]: https://github.com/assert-rs/predicates-rs/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/assert-rs/predicates-rs/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/assert-rs/predicates-rs/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/assert-rs/predicates-rs/compare/v1.0.4...v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = ["crates/core", "crates/tree"]

[package]
name = "predicates"
version = "1.0.7"
version = "1.0.8"
authors = ["Nick Stevens <nick@bitcurry.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
predicates = "1.0.7"
predicates = "1.0.8"
```

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -24,7 +24,7 @@
//!
//! ```toml
//! [dependencies]
//! predicates = "1.0.7"
//! predicates = "1.0.8"
//! ```
//!
//! A [prelude] is available to bring in all extension traits as well as providing
Expand Down

0 comments on commit 7066d1f

Please sign in to comment.