Skip to content

Commit c879cf0

Browse files
committed
chore: Release assert_fs version 1.1.2
1 parent 76271e6 commit c879cf0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.2] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74.0
@@ -272,7 +274,8 @@ Stable release!
272274

273275

274276
<!-- next-url -->
275-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...HEAD
277+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.2...HEAD
278+
[1.1.2]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...v1.1.2
276279
[1.1.1]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1
277280
[1.1.0]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...v1.1.0
278281
[1.0.13]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...v1.0.13

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "assert_fs"
91-
version = "1.1.1"
91+
version = "1.1.2"
9292
authors = ["Ed Page <[email protected]>"]
9393
description = "Filesystem fixtures and assertions for testing."
9494
repository = "https://github.com/assert-rs/assert_fs.git"

0 commit comments

Comments
 (0)