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 Aug 28, 2024
1 parent e059f65 commit b4c8c08
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<!--
// ┌───────────────────────────────────────────────────────────────┐
// │ Contents of CHANGELOG.md │
// ├───────────────────────────────────────────────────────────────┘
// │
// ├──┐Changelog - toc
// │ ├──┐[1.1.1] - 2024-08-26
// │ │ └── Changed
// │ ├──┐[1.1.0] - 2024-08-20
// │ │ ├── Added
// │ │ └── Changed
// │ ├──┐[1.0.1] - 2024-05-17
// │ │ ├── Added
// │ │ └── Changed
// │ └──┐[1.0.0] - 2024-05-15
// │ └── Various
// │
// └───────────────────────────────────────────────────────────────
-->

# Changelog - Rusticlone
# Changelog - toc

## [1.2.0] - 2024-08-28
### Added

- Added support for multiple sources per profile
- Added support for rustic >= 0.8
- Parsing rustic toml instead of relying on regex
- Passing all environment variables to rustic and rclone

### Changed

- Requiring python >= 3.11

### Documentation

- Removed known limitations of older Rusticlone versions

### Testing

- Added multiple sources
- Added encrypted rclone config

## [1.1.1] - 2024-08-26
### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1"
version = "1.2.0"
authors = [
{ name="AlphaJack" },
]
Expand Down

0 comments on commit b4c8c08

Please sign in to comment.