Skip to content

Commit f5017c5

Browse files
committed
minor: updated CHANGELOG.md
1 parent f8fad18 commit f5017c5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog - toc
22

3+
## [1.4.0] - 2024-11-22
4+
### Added
5+
6+
- Added support for environment variables
7+
- Improved apprise error messages
8+
- Added support for notifications via apprise
9+
10+
### Documentation
11+
12+
- Added notification documentation and screenshot
13+
- Added coverage badge
14+
15+
### Tests
16+
17+
- Renamed from 'make tests' to 'make test'
18+
19+
### Various
20+
21+
- Merge pull request #1 from AlphaJack/notifications
22+
- Apprise Notifications
23+
324
## [1.3.0] - 2024-10-03
425
### Added
526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = ["rusticlone", "rusticlone.helpers", "rusticlone.processing"]
2222

2323
[project]
2424
name = "rusticlone"
25-
version = "1.3.0"
25+
version = "1.4.0"
2626
authors = [
2727
{ name="AlphaJack" },
2828
]

0 commit comments

Comments
 (0)