Skip to content

Commit

Permalink
Merge pull request #615 from rustic-rs/prepare-0.5.3
Browse files Browse the repository at this point in the history
prepare v0.5.3
  • Loading branch information
aawsome committed Apr 25, 2023
2 parents f7b99c5 + f9d275f commit 3db7be2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions changelog/0.5.3.txt
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 0 additions & 3 deletions changelog/new.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3db7be2

Please sign in to comment.