Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed May 4, 2024
1 parent 3fe60b8 commit 26112e7
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,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.3.0...v0.4.0) (2024-05-04)


### Features

* add additional config to the dockerfile ([#71](https://github.com/andrewthetechie/err-aprs-backend/issues/71)) ([3fe60b8](https://github.com/andrewthetechie/err-aprs-backend/commit/3fe60b8309b5fee0015f557c2109cae76e6a56aa))


### Dependencies

* bump dataclasses-json from 0.6.4 to 0.6.5 ([#69](https://github.com/andrewthetechie/err-aprs-backend/issues/69)) ([cfdd3df](https://github.com/andrewthetechie/err-aprs-backend/commit/cfdd3df55a9c0a9140c64a0ba664b14b5497085a))
* bump pytest-xdist from 3.5.0 to 3.6.1 ([#66](https://github.com/andrewthetechie/err-aprs-backend/issues/66)) ([c5937f8](https://github.com/andrewthetechie/err-aprs-backend/commit/c5937f82f8281623271e69f5d31979b60c3a4e0f))

## [0.3.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.2.0...v0.3.0) (2024-04-28)


Expand Down
2 changes: 1 addition & 1 deletion aprs_backend/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__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 = "err-aprs-backend"
version = "0.3.0"
version = "0.4.0"
description = "Errbot APRS backend plugin"
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 26112e7

Please sign in to comment.