Skip to content

Commit 9fb8d2e

Browse files
committed
chore: Release assert_fs version 1.0.10
1 parent d43ad97 commit 9fb8d2e

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.0.10] - 2022-12-02
11+
1012
## [1.0.9] - 2022-11-07
1113

1214
### Fixes
@@ -230,7 +232,8 @@ Stable release!
230232

231233

232234
<!-- next-url -->
233-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.9...HEAD
235+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.10...HEAD
236+
[1.0.10]: https://github.com/assert-rs/assert_fs/compare/v1.0.9...v1.0.10
234237
[1.0.9]: https://github.com/assert-rs/assert_fs/compare/v1.0.8...v1.0.9
235238
[1.0.8]: https://github.com/assert-rs/assert_fs/compare/v1.0.7...v1.0.8
236239
[1.0.7]: https://github.com/assert-rs/assert_fs/compare/v1.0.6...v1.0.7

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_fs"
3-
version = "1.0.9"
3+
version = "1.0.10"
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)