Skip to content

Commit 88d7f83

Browse files
chore(main): release 0.4.0
1 parent 3bd41fd commit 88d7f83

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.3.0...v0.4.0) (2024-05-05)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* beaconing ([#73](https://github.com/andrewthetechie/err-aprs-backend/issues/73)) ([3bd41fd](https://github.com/andrewthetechie/err-aprs-backend/commit/3bd41fd5122cf3c5c28fee5687ebcbb10282a774))
10+
11+
12+
### Bug Fixes
13+
14+
* acks, login, filters, and APRS_BOT_CALLSIGN ([#72](https://github.com/andrewthetechie/err-aprs-backend/issues/72)) ([4d06705](https://github.com/andrewthetechie/err-aprs-backend/commit/4d06705b9a9e5f1a43bc4f89e1172125f4520b65))
15+
16+
17+
### Dependencies
18+
19+
* 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))
20+
* 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))
21+
322
## [0.3.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.2.0...v0.3.0) (2024-04-28)
423

524

aprs_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "err-aprs-backend"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Errbot APRS backend plugin"
55
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)