Skip to content

Commit

Permalink
chore: Release assert_fs version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 76271e6 commit c879cf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.1.2] - 2024-07-25

### Compatibility

- Update MSRV to 1.74.0
Expand Down Expand Up @@ -272,7 +274,8 @@ Stable release!


<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...v1.1.0
[1.0.13]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...v1.0.13
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ zero_sized_map_values = "warn"

[package]
name = "assert_fs"
version = "1.1.1"
version = "1.1.2"
authors = ["Ed Page <[email protected]>"]
description = "Filesystem fixtures and assertions for testing."
repository = "https://github.com/assert-rs/assert_fs.git"
Expand Down

0 comments on commit c879cf0

Please sign in to comment.