Skip to content

Commit

Permalink
release: release fs-more 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simongoricar committed Aug 8, 2024
1 parent fa35859 commit 8eb8be5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).



## [Unreleased]


---


## [0.7.0] - 2024-08-08

This is a pretty significant release with a large set of breaking changes (yet again).

Alongside several fields, parameters, and types being renamed, there are three important additions and changes to point out:
Expand Down Expand Up @@ -57,7 +62,7 @@ Alongside several fields, parameters, and types being renamed, there are three i
- Removed old directory scanner in favor of the new iterator-based one.


---


## [0.6.1] - 2024-07-10

Expand All @@ -73,6 +78,7 @@ Alongside several fields, parameters, and types being renamed, there are three i




## [0.6.0] - 2024-06-16

### Changed
Expand All @@ -89,6 +95,7 @@ Alongside several fields, parameters, and types being renamed, there are three i




## [0.5.1] - 2024-06-15

### Added
Expand All @@ -100,6 +107,7 @@ Alongside several fields, parameters, and types being renamed, there are three i




## [0.5.0] - 2024-06-14

This is a rather big (and breaking) release - a substantial amount of the API surface has been reworked.
Expand Down Expand Up @@ -171,6 +179,7 @@ This changelog likely doesn't cover all of the changes that the crate got, but h




## [0.4.0] - 2024-03-13

### Changed
Expand All @@ -182,6 +191,8 @@ This changelog likely doesn't cover all of the changes that the crate got, but h
- `TargetDirectoryRule` no longer publicly exposes the three methods that previously returned a bool indicating its existing target directory and overwriting behaviour.




## [0.3.0] - 2024-01-14

### Added
Expand All @@ -190,27 +201,31 @@ This changelog likely doesn't cover all of the changes that the crate got, but h




## [0.2.2] - 2024-01-13

### Fixed
- Fix `README.md` to correctly state library usage via `crates.io`, not Git.




## [0.2.1] - 2024-01-13

### Fixed
- Fix `license` field in `Cargo.toml`




## [0.2.0] - 2024-01-13

Initial development release with the API mostly stable.



[Unreleased]: https://github.com/simongoricar/fs-more/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/simongoricar/fs-more/compare/v0.7.0...HEAD
[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
[0.5.1]: https://github.com/simongoricar/fs-more/compare/v0.5.0...v0.5.1
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.6.1"
version = "0.7.0"
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.6.1"
fs-more = "0.7.0"
```


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.6.1"
version = "0.7.0"
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.1.0"
version = "0.7.0"
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.6.1"
version = "0.7.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 8eb8be5

Please sign in to comment.