Skip to content

Commit

Permalink
minor: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaJack committed Oct 3, 2024
1 parent ae0ccfa commit 7769dc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -30,7 +43,7 @@

- Removed known limitations of older Rusticlone versions

### Testing
### Tests

- Added multiple sources
- Added encrypted rclone config
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = ["rusticlone", "rusticlone.helpers", "rusticlone.processing"]

[project]
name = "rusticlone"
version = "1.2.1"
version = "1.3.0"
authors = [
{ name="AlphaJack" },
]
Expand Down Expand Up @@ -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" },
]
Expand Down

0 comments on commit 7769dc9

Please sign in to comment.