|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## [0.9.5](https://github.com/rustic-rs/rustic/compare/v0.9.4...v0.9.5) - 2024-11-25 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- *(async)* use `is_async_compatible()` to determine backend incompatibility and error out ([#1355](https://github.com/rustic-rs/rustic/pull/1355)) |
| 10 | +- *(commands)* Add `mount` command ([#973](https://github.com/rustic-rs/rustic/pull/973)) |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +- *(commands)* Use spawn_blocking in webdav when calling rustic_core ([#1365](https://github.com/rustic-rs/rustic/pull/1365)) |
| 15 | +- *(filesystem)* Use channels to communicate within webdav filesystem ([#1361](https://github.com/rustic-rs/rustic/pull/1361)) |
| 16 | + |
| 17 | +### Other |
| 18 | + |
| 19 | +- *(deps)* update lockfile to get rid of vulnerable `url` version |
| 20 | +- *(mount)* rename fields for clarity, add user options for mount ([#1353](https://github.com/rustic-rs/rustic/pull/1353)) |
| 21 | +- *(deps)* update dependencies |
| 22 | +- *(deps)* don't use rustic_core webdav feature ([#1367](https://github.com/rustic-rs/rustic/pull/1367)) |
| 23 | +- Revert "fix(filesystem): Use channels to communicate within webdav filesystem ([#1361](https://github.com/rustic-rs/rustic/pull/1361))" |
| 24 | +- Revert "feat(async): use `is_async_compatible()` to determine backend incompatibility and error out ([#1355](https://github.com/rustic-rs/rustic/pull/1355))" |
| 25 | +- move `webdavfs` from `rustic_core` to `rustic-rs` ([#1363](https://github.com/rustic-rs/rustic/pull/1363)) |
| 26 | +- *(clippy)* comment out unused lints in lib.rs |
| 27 | +- *(clippy)* apply fixes automatically |
| 28 | +- use BTreeMap for env in global options ([#1360](https://github.com/rustic-rs/rustic/pull/1360)) |
| 29 | +- add tiny framework for testing rustic's compat with latest restic ([#1303](https://github.com/rustic-rs/rustic/pull/1303)) |
| 30 | +- use snapshot tests for default config, show-config and completions ([#1359](https://github.com/rustic-rs/rustic/pull/1359)) |
| 31 | +- *(deps)* update dependencies rustic_core, rustic_backend, rustic_testing, and migrate to conflate 0.3 ([#1357](https://github.com/rustic-rs/rustic/pull/1357)) |
| 32 | +- fix typos |
| 33 | +- *(build)* add platform-dependent settings and remove ci flag for extra features |
| 34 | +- clarify `--use-profile` command in config by using long form ([#1344](https://github.com/rustic-rs/rustic/pull/1344)) |
| 35 | +- *(deps)* update core and testing crates ([#1340](https://github.com/rustic-rs/rustic/pull/1340)) |
| 36 | + |
5 | 37 | ## [0.9.4](https://github.com/rustic-rs/rustic/compare/v0.9.3...v0.9.4) - 2024-10-24
|
6 | 38 |
|
7 | 39 | ### Added
|
|
0 commit comments