diff --git a/CHANGELOG.md b/CHANGELOG.md index 79679de..58ed6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog - toc +## [1.3.0] - 2024-10-03 +### Added + +- Added support for rustic == 0.9 + +### Documentation + +- Updated example profiles to rustic 0.9 + +### Tests + +- Updated test profiles to rustic 0.9 + ## [1.2.1] - 2024-09-22 ### Documentation @@ -10,7 +23,7 @@ - Removing "v" when checking for compatible rustic and rclone versions - Creating log file for parallel operations -### Testing +### Tests - Added a restore after the final backup @@ -30,7 +43,7 @@ - Removed known limitations of older Rusticlone versions -### Testing +### Tests - Added multiple sources - Added encrypted rclone config diff --git a/pyproject.toml b/pyproject.toml index 7756bd1..3411e9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = ["rusticlone", "rusticlone.helpers", "rusticlone.processing"] [project] name = "rusticlone" -version = "1.2.1" +version = "1.3.0" authors = [ { name="AlphaJack" }, ] @@ -74,7 +74,7 @@ commit_parsers = [ { message = "^fix", group = "Fixed" }, { message = "^remove", group = "Removed" }, { body = ".*security", group = "Security" }, - { message = "^test", group = "Testing" }, + { message = "^test", group = "Tests" }, { message = "^(auto|ci|chore|minor|skip)", skip = true }, { body = ".*", group = "Various" }, ]