From 281c885a3430b63b7334a124ff13b8ca2d827077 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 9 May 2024 18:51:20 -0500 Subject: [PATCH] chore(main): release 0.5.0 (#77) --- CHANGELOG.md | 12 ++++++++++++ aprs_backend/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d77b0..859ccc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.4.0...v0.5.0) (2024-05-09) + + +### Features + +* new core plugins ([#79](https://github.com/andrewthetechie/err-aprs-backend/issues/79)) ([70a61f4](https://github.com/andrewthetechie/err-aprs-backend/commit/70a61f44a5e6684a60f592bc7b1bbad4f45fcc71)) + + +### Dependencies + +* 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)) + ## [0.4.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.3.0...v0.4.0) (2024-05-05) diff --git a/aprs_backend/version.py b/aprs_backend/version.py index 6a9beea..3d18726 100644 --- a/aprs_backend/version.py +++ b/aprs_backend/version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 8e513e6..1b4fc9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "err-aprs-backend" -version = "0.4.0" +version = "0.5.0" description = "Errbot APRS backend plugin" authors = ["Andrew Herrington "] license = "MIT"