Merge pull request #615 from rustic-rs/prepare-0.5.3

prepare v0.5.3
This commit is contained in:
aawsome 2023-04-25 23:32:54 +02:00 committed by GitHub
commit 3db7be2af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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
View 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.

View File

@ -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.