Hello rustic
eans,
this patch release introduces tar
output to the dump
command, if being called on a directory. It also introduces some convenient names to check --read-data-subset
: E.g. it allows to daily run check --read-data --read-data-subset=daily/month
which covers the repository once run at every day of any month. For more information, check the corresponding (PR).
We also fixed the following issues:
- self-updating now finds the right target again
- the opendal backend should now work with less Path-related hickups on Windows
Cheers!
Changelog
Features
- (commands) Add tar output to dump command (#1328)
- (core/commands) Add convenient names for read-data-subset n/m (#328)
Bugfixes
- clippy lints for new Rust version (#1329)
- (deps) downgrade self-update to fix problems finding right target (#1323)
- (backends) fix opendal paths on windows (#340)
Miscellaneous
- (deps) remove once_cell and replace with std::sync::LazyLock, increase MSRV to 1.80.0 (#1337)
- (deps) update tokio, ratatui, and tui-textarea (#1336)
- (deps) update rustic_core and rustic_backend (#1334)
- (deps) update abscissa framework (#1330)
- introduce a new feature 'release' that includes the 'self-update' feature (#1307)