Skip to content

Commit 5dbc1a1

Browse files
committed
chore: Release v0.5.2
1 parent ade901d commit 5dbc1a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] - Unreleased
88

9+
## [0.5.2] - 2018-07-20
10+
### Added
11+
* **path:** support file-based str predicates ([4b430532](https://github.com/assert-rs/predicates-rs/commit/4b430532f7cd660bd813863871ede6f108e7be67), closes [#56](https://github.com/assert-rs/predicates-rs/issues/56))
12+
* Expand trait coverage ([33972a7d](https://github.com/assert-rs/predicates-rs/commit/33972a7d0c92eb7f7c7e95af4bb35bea0ac810ab))
13+
914
## [0.5.1] - 2018-06-05
1015
### Added
1116
* Fix eq for str ([7650e9e6](https://github.com/assert-rs/predicates-rs/commit/7650e9e6d43f2ddd047ad8defa0c724b31ebd1c4))
@@ -82,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8287
- Continuous integration with Travis (Linux) and AppVeyor (Windows)
8388
- Basic README
8489

85-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.5.1...HEAD
90+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.5.2...HEAD
91+
[0.5.2]: https://github.com/assert-rs/predicates-rs/compare/v0.5.1...v0.5.2
8692
[0.5.1]: https://github.com/assert-rs/predicates-rs/compare/v0.5.0...v0.5.1
8793
[0.5.0]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...v0.5.0
8894
[0.4.0]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...v0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "predicates"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Nick Stevens <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)