Skip to content

Commit

Permalink
release: release fs-more 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simongoricar committed Aug 8, 2024
1 parent 54c2c35 commit 61a42e9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```


Expand Down
2 changes: 1 addition & 1 deletion subcrates/test-harness-tree-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fs-more-test-harness-generator"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion subcrates/test-harness-tree-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fs-more-test-harness-tree-schema"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion subcrates/test-harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fs-more-test-harness"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 61a42e9

Please sign in to comment.