Skip to content

Commit 281c885

Browse files
chore(main): release 0.5.0 (#77)
1 parent 70a61f4 commit 281c885

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.4.0...v0.5.0) (2024-05-09)
4+
5+
6+
### Features
7+
8+
* new core plugins ([#79](https://github.com/andrewthetechie/err-aprs-backend/issues/79)) ([70a61f4](https://github.com/andrewthetechie/err-aprs-backend/commit/70a61f44a5e6684a60f592bc7b1bbad4f45fcc71))
9+
10+
11+
### Dependencies
12+
13+
* bump ruff from 0.4.2 to 0.4.3 ([#74](https://github.com/andrewthetechie/err-aprs-backend/issues/74)) ([4fe028a](https://github.com/andrewthetechie/err-aprs-backend/commit/4fe028a78c840c89c359f2814fbfa093f61e286e))
14+
315
## [0.4.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.3.0...v0.4.0) (2024-05-05)
416

517

aprs_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.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.4.0"
3+
version = "0.5.0"
44
description = "Errbot APRS backend plugin"
55
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)