Skip to content

Commit 57165c3

Browse files
committed
chore: Release assert_fs version 1.0.13
1 parent d131606 commit 57165c3

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.13] - 2023-04-13
11+
1012
### Internal
1113

1214
- Dependency update
@@ -250,7 +252,8 @@ Stable release!
250252

251253

252254
<!-- next-url -->
253-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...HEAD
255+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...HEAD
256+
[1.0.13]: https://github.com/assert-rs/assert_fs/compare/v1.0.12...v1.0.13
254257
[1.0.12]: https://github.com/assert-rs/assert_fs/compare/v1.0.11...v1.0.12
255258
[1.0.11]: https://github.com/assert-rs/assert_fs/compare/v1.0.10...v1.0.11
256259
[1.0.10]: https://github.com/assert-rs/assert_fs/compare/v1.0.9...v1.0.10

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
@@ -17,7 +17,7 @@ include = [
1717

1818
[package]
1919
name = "assert_fs"
20-
version = "1.0.12"
20+
version = "1.0.13"
2121
authors = ["Ed Page <eopage@gmail.com>"]
2222
description = "Filesystem fixtures and assertions for testing."
2323
repository = "https://github.com/assert-rs/assert_fs.git"

0 commit comments

Comments
 (0)