rustic v0.9.2
Pre-releaseUPDATE: rustic v0.9.2 introduced an issue that was breaking everyone's workflow. This has been fixed now in a patch release: https://github.com/rustic-rs/rustic/releases/tag/v0.9.3
Hello rustic
eans,
this release might look small, but it contains a very exciting new feature: 🪝Hooks.
Hooks are commands that are run during certain events in the application lifecycle. They can be used to run custom scripts or commands before or after certain actions.
The documentation you can find in our user docs and in the config docs.
@mueckinger also contributed a CI workflow to automatically build and publish a Docker image on release! So you can easily use rustic now in your Docker setup. Thank you for that!
We hope this release is helpful to you, if you are experiencing any issues, please open an issue in our issue tracker!
Changelog
Features
- (config) Add hooks (#1218)