mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
commit
3db7be2af3
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1910,7 +1910,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustic-rs"
|
||||
version = "0.5.2-dev"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"aes256ctr_poly1305aes",
|
||||
"aho-corasick 1.0.1",
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "rustic-rs"
|
||||
version = "0.5.2-dev"
|
||||
version = "0.5.3"
|
||||
description = """
|
||||
fast, encrypted, deduplicated backups powered by pure Rust
|
||||
fast, encrypted, deduplicated backups powered by Rust
|
||||
"""
|
||||
authors = ["Alexander Weiss"]
|
||||
edition = "2021"
|
||||
|
||||
10
changelog/0.5.3.txt
Normal file
10
changelog/0.5.3.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Changes in version 0.5.3:
|
||||
|
||||
Breaking changes:
|
||||
- config file: use-config now expects an array of config profiles to read.
|
||||
|
||||
Bugs fixed:
|
||||
- The [[backup.sources]] section in the config file was ignored 0.5.2. This has been fixed.
|
||||
|
||||
New features:
|
||||
- The show-config command has been added.
|
||||
@ -1,10 +1,7 @@
|
||||
Changes in version x.x.x:
|
||||
|
||||
Breaking changes:
|
||||
- config file: use-config now expects an array of config profiles to read.
|
||||
|
||||
Bugs fixed:
|
||||
- The [[backup.sources]] section in the config file was ignored 0.5.2. This has been fixed.
|
||||
|
||||
New features:
|
||||
- The show-config command has been added.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user