Skip to content

Commit 552c593

Browse files
committed
chore: Release assert_fs version 1.1.0
1 parent 50d8cbe commit 552c593

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.0] - 2023-12-27
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.70.0
@@ -260,7 +262,8 @@ Stable release!
260262

261263

262264
<!-- next-url -->
263-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...HEAD
265+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...HEAD
266+
[1.1.0]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...v1.1.0
264267
[1.0.13]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...v1.0.13
265268
[1.0.12]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...v1.0.12
266269
[1.0.11]: https://github.com/assert-rs/assert_fs/compare/v1.0.10...v1.0.11

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[package]
2020
name = "assert_fs"
21-
version = "1.0.13"
21+
version = "1.1.0"
2222
authors = ["Ed Page <[email protected]>"]
2323
description = "Filesystem fixtures and assertions for testing."
2424
repository = "https://github.com/assert-rs/assert_fs.git"

0 commit comments

Comments
 (0)