updated CHANGELOG and version in __init__.py

Ready for merge
This commit is contained in:
Pranav Jerry 2021-09-05 13:47:54 +05:30
parent ee341d6967
commit 97b1f46535
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [Unreleased][] - 2021-09-05
- Now logs to systemd journal. New dependency - `python3-systemd`
## [v0.3.0][] - 2021-08-19
- Support for arguments

View File

@ -36,4 +36,4 @@ See README.md for documentation.
#
# In case you forgot to change the version, skip the number
# and put the next number in the next commit.
__version__ = "0.3.0a1.dev4"
__version__ = "0.3.0a2"