chore: Release

This commit is contained in:
Félix Saparelli 2024-04-28 18:51:48 +12:00
parent 234d606563
commit 14e6294f5a
No known key found for this signature in database
6 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View File

@ -4007,7 +4007,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "watchexec"
version = "4.0.0"
version = "4.1.0"
dependencies = [
"async-priority-channel",
"async-recursion",

View File

@ -85,7 +85,7 @@ version = "1.4.0"
path = "../project-origins"
[dependencies.watchexec]
version = "4.0.0"
version = "4.1.0"
path = "../lib"
[dependencies.watchexec-events]

View File

@ -24,7 +24,7 @@ version = "3.0.1"
path = "../../ignore-files"
[dependencies.watchexec]
version = "4.0.0"
version = "4.1.0"
path = "../../lib"
[dependencies.watchexec-events]

View File

@ -26,7 +26,7 @@ version = "3.0.1"
path = "../../ignore-files"
[dependencies.watchexec]
version = "4.0.0"
version = "4.1.0"
path = "../../lib"
[dependencies.watchexec-events]

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v4.1.0 (2024-04-28)
- Feature: non-recursive watches with `WatchedPath::non_recursive()`
- Fix: `config.pathset()` now preserves `WatchedPath` attributes
- Refactor: move `WatchedPath` to the root of the crate (old path remains as re-export for now)

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "4.0.0"
version = "4.1.0"
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
license = "Apache-2.0"