rewatch 0.4.1

File watch and restart tool — a smarter cargo-watch alternative for AI coding agents. Waits for you (or a trigger file) instead of rebuilding on every save.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rewatch

Cross-platform file watcher with process restart for AI coding agents.

## Release process

When publishing a new version:

1. Review and update `README.md` to reflect the current state
2. Update version in `Cargo.toml`
3. Review commits since last release: `git log v<last-version>..HEAD --oneline`
4. Add a new section to `CHANGELOG.md` based on the actual commits
5. Commit, push
6. `cargo publish`
7. Tag the release commit: `git tag v<version>` and `git push --tags`