Skip to content

Commit 9e9c520

Browse files
chore: release v0.9.5
1 parent 8b18e62 commit 9e9c520

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.5](https://github.com/rustic-rs/rustic/compare/v0.9.4...v0.9.5) - 2024-12-02
6+
7+
### Added
8+
9+
- *(commands)* More dump options ([#1339](https://github.com/rustic-rs/rustic/pull/1339))
10+
- shut down gracefully with ctrl+c ([#1364](https://github.com/rustic-rs/rustic/pull/1364))
11+
- Add --filter-jq option ([#1372](https://github.com/rustic-rs/rustic/pull/1372))
12+
- *(async)* use `is_async_compatible()` to determine backend incompatibility and error out ([#1355](https://github.com/rustic-rs/rustic/pull/1355))
13+
- *(commands)* Add `mount` command ([#973](https://github.com/rustic-rs/rustic/pull/973))
14+
15+
### Fixed
16+
17+
- *(commands)* run backup hooks before checking source dir ([#1374](https://github.com/rustic-rs/rustic/pull/1374))
18+
- *(commands)* Use spawn_blocking in webdav when calling rustic_core ([#1365](https://github.com/rustic-rs/rustic/pull/1365))
19+
- *(filesystem)* Use channels to communicate within webdav filesystem ([#1361](https://github.com/rustic-rs/rustic/pull/1361))
20+
21+
### Other
22+
23+
- Add documentation for `minutely` keep option ([#1371](https://github.com/rustic-rs/rustic/pull/1371))
24+
- update snapshots to include minutely configuration options
25+
- *(deps)* update rustic_core, bytes, and libc dependencies to latest versions
26+
- simplify lifetime annotations in OpenFileReader and TreeIterItem implementations
27+
- clean up whitespace and update clippy linting allowances
28+
- *(deps)* update dependencies to latest versions
29+
- *(deps)* update lockfile to get rid of vulnerable `url` version
30+
- *(mount)* rename fields for clarity, add user options for mount ([#1353](https://github.com/rustic-rs/rustic/pull/1353))
31+
- *(deps)* update dependencies
32+
- *(deps)* don't use rustic_core webdav feature ([#1367](https://github.com/rustic-rs/rustic/pull/1367))
33+
- Revert "fix(filesystem): Use channels to communicate within webdav filesystem ([#1361](https://github.com/rustic-rs/rustic/pull/1361))"
34+
- Revert "feat(async): use `is_async_compatible()` to determine backend incompatibility and error out ([#1355](https://github.com/rustic-rs/rustic/pull/1355))"
35+
- move `webdavfs` from `rustic_core` to `rustic-rs` ([#1363](https://github.com/rustic-rs/rustic/pull/1363))
36+
- *(clippy)* comment out unused lints in lib.rs
37+
- *(clippy)* apply fixes automatically
38+
- use BTreeMap for env in global options ([#1360](https://github.com/rustic-rs/rustic/pull/1360))
39+
- add tiny framework for testing rustic's compat with latest restic ([#1303](https://github.com/rustic-rs/rustic/pull/1303))
40+
- use snapshot tests for default config, show-config and completions ([#1359](https://github.com/rustic-rs/rustic/pull/1359))
41+
- *(deps)* update dependencies rustic_core, rustic_backend, rustic_testing, and migrate to conflate 0.3 ([#1357](https://github.com/rustic-rs/rustic/pull/1357))
42+
- fix typos
43+
- *(build)* add platform-dependent settings and remove ci flag for extra features
44+
- clarify `--use-profile` command in config by using long form ([#1344](https://github.com/rustic-rs/rustic/pull/1344))
45+
- *(deps)* update core and testing crates ([#1340](https://github.com/rustic-rs/rustic/pull/1340))
46+
547
## [0.9.4](https://github.com/rustic-rs/rustic/compare/v0.9.3...v0.9.4) - 2024-10-24
648

749
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic-rs"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
authors = ["the rustic-rs team"]
55
categories = ["command-line-utilities"]
66
documentation = "https://docs.rs/rustic-rs"

0 commit comments

Comments
 (0)