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 Nov 22, 2024
1 parent f8fad18 commit f5017c5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog - toc

## [1.4.0] - 2024-11-22
### Added

- Added support for environment variables
- Improved apprise error messages
- Added support for notifications via apprise

### Documentation

- Added notification documentation and screenshot
- Added coverage badge

### Tests

- Renamed from 'make tests' to 'make test'

### Various

- Merge pull request #1 from AlphaJack/notifications
- Apprise Notifications

## [1.3.0] - 2024-10-03
### Added

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.3.0"
version = "1.4.0"
authors = [
{ name="AlphaJack" },
]
Expand Down

0 comments on commit f5017c5

Please sign in to comment.