From 61a42e97129bd500d84f596113ce9d5b20400197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gori=C4=8Dar?= Date: Thu, 8 Aug 2024 18:45:13 +0200 Subject: [PATCH] release: release fs-more 0.7.1 --- CHANGELOG.md | 12 +++++++++++- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- README.md | 2 +- subcrates/test-harness-tree-generator/Cargo.toml | 2 +- subcrates/test-harness-tree-schema/Cargo.toml | 2 +- subcrates/test-harness/Cargo.toml | 2 +- 7 files changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cca6da..36fc7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). --- +## [0.7.1] - 2024-08-08 + +### Fixed +- Fixed incorrect documentation link to options structs on the table in the `directory` module documentation + for `move_directory` and `move_directory_with_progress`. + + + + ## [0.7.0] - 2024-08-08 This is a pretty significant release with a large set of breaking changes (yet again). @@ -224,7 +233,8 @@ Initial development release with the API mostly stable. -[Unreleased]: https://github.com/simongoricar/fs-more/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/simongoricar/fs-more/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/simongoricar/fs-more/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/simongoricar/fs-more/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/simongoricar/fs-more/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/simongoricar/fs-more/compare/v0.5.1...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index c9989ff..4ba75e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "fs-more" -version = "0.7.0" +version = "0.7.1" dependencies = [ "dunce", "fs-err", @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "fs-more-test-harness" -version = "0.7.0" +version = "0.7.1" dependencies = [ "assert_matches", "dunce", @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "fs-more-test-harness-generator" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "fs-more-test-harness-tree-schema", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "fs-more-test-harness-tree-schema" -version = "0.7.0" +version = "0.7.1" dependencies = [ "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index f18f837..0c4cfb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-more" -version = "0.7.0" +version = "0.7.1" rust-version = "1.77.0" authors = [ "Simon Goričar " diff --git a/README.md b/README.md index 7c6ab26..82a25f6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Includes copying and moving files or directories with progress reporting. ## Usage To add `fs-more` into your project, specify it as a dependency in your `Cargo.toml` file: ```toml -fs-more = "0.7.0" +fs-more = "0.7.1" ``` diff --git a/subcrates/test-harness-tree-generator/Cargo.toml b/subcrates/test-harness-tree-generator/Cargo.toml index 36e6c17..6af7328 100644 --- a/subcrates/test-harness-tree-generator/Cargo.toml +++ b/subcrates/test-harness-tree-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-more-test-harness-generator" -version = "0.7.0" +version = "0.7.1" edition = "2021" publish = false diff --git a/subcrates/test-harness-tree-schema/Cargo.toml b/subcrates/test-harness-tree-schema/Cargo.toml index 07de223..e98bd28 100644 --- a/subcrates/test-harness-tree-schema/Cargo.toml +++ b/subcrates/test-harness-tree-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-more-test-harness-tree-schema" -version = "0.7.0" +version = "0.7.1" edition = "2021" publish = false diff --git a/subcrates/test-harness/Cargo.toml b/subcrates/test-harness/Cargo.toml index f35fb4d..c37387d 100644 --- a/subcrates/test-harness/Cargo.toml +++ b/subcrates/test-harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-more-test-harness" -version = "0.7.0" +version = "0.7.1" edition = "2021" publish = false