Skip to content

Commit d68513f

Browse files
committed
chore: Release assert_fs version 1.1.3
1 parent 0494532 commit d68513f

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.3] - 2025-05-02
11+
1012
### Features
1113

1214
- Add `TempDir::new_in/with_prefix/with_prefix_in`
@@ -278,7 +280,8 @@ Stable release!
278280

279281

280282
<!-- next-url -->
281-
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.2...HEAD
283+
[Unreleased]: https://github.com/assert-rs/assert_fs/compare/v1.1.3...HEAD
284+
[1.1.3]: https://github.com/assert-rs/assert_fs/compare/v1.1.2...v1.1.3
282285
[1.1.2]: https://github.com/assert-rs/assert_fs/compare/v1.1.1...v1.1.2
283286
[1.1.1]: https://github.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1
284287
[1.1.0]: https://github.com/assert-rs/assert_fs/compare/v1.0.13...v1.1.0

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
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

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

0 commit comments

Comments
 (0)