Skip to content

Commit e3499a7

Browse files
committed
chore: Release assert_fs version 1.0.12
1 parent 556e076 commit e3499a7

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.0.12] - 2023-03-16
11+
1012
### Internal
1113

1214
- Dependency update
@@ -244,7 +246,8 @@ Stable release!
244246

245247

246248
<!-- next-url -->
247-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...HEAD
249+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...HEAD
250+
[1.0.12]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...v1.0.12
248251
[1.0.11]: https://github.com/assert-rs/assert_fs/compare/v1.0.10...v1.0.11
249252
[1.0.10]: https://github.com/assert-rs/assert_fs/compare/v1.0.9...v1.0.10
250253
[1.0.9]: https://github.com/assert-rs/assert_fs/compare/v1.0.8...v1.0.9

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_fs"
3-
version = "1.0.11"
3+
version = "1.0.12"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Filesystem fixtures and assertions for testing."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)