Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored May 9, 2024
1 parent 70a61f4 commit 281c885
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.4.0"
__version__ = "0.5.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.4.0"
version = "0.5.0"
description = "Errbot APRS backend plugin"
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 281c885

Please sign in to comment.