Skip to content

Commit

Permalink
changelog: update for 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Nov 18, 2022
1 parent 211a677 commit d53f1f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 0.4.0

* **Dependency change**: the `watchdog` dependency has been replaced by
`inotify`.

* Infrastructure/DX Changes

* Added pre-commit and isort
* Migrated to GitHub
* Added dependabot to auto-update GitHub Actions versions
* Converted the CI to not use Nix for linting and building (it's now way
faster)

# Version 0.3.10

* Require latest `PyGObject` and `watchdog` dependencies.
Expand Down
2 changes: 1 addition & 1 deletion offlinemsmtp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.10"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "offlinemsmtp"
version = "0.3.10"
version = "0.4.0"
description = "msmtp wrapper allowing for offline use"
authors = ["Sumner Evans <inquiries@sumnerevans.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit d53f1f6

Please sign in to comment.