Skip to content

Commit 1c694c9

Browse files
chore: release v0.9.5
1 parent 62f6087 commit 1c694c9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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-11-11
6+
7+
### Added
8+
9+
- *(commands)* Add `mount` command ([#973](https://github.com/rustic-rs/rustic/pull/973))
10+
11+
### Other
12+
13+
- *(build)* add platform-dependent settings and remove ci flag for extra features
14+
- clarify `--use-profile` command in config by using long form ([#1344](https://github.com/rustic-rs/rustic/pull/1344))
15+
- *(deps)* update core and testing crates ([#1340](https://github.com/rustic-rs/rustic/pull/1340))
16+
517
## [0.9.4](https://github.com/rustic-rs/rustic/compare/v0.9.3...v0.9.4) - 2024-10-24
618

719
### 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)