Skip to content

Commit 5539264

Browse files
chore(main): release 0.5.1 (#81)
1 parent 485e5cb commit 5539264

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.5.0...v0.5.1) (2024-05-17)
4+
5+
6+
### Dependencies
7+
8+
* bump dataclasses-json from 0.6.5 to 0.6.6 ([#82](https://github.com/andrewthetechie/err-aprs-backend/issues/82)) ([45741b5](https://github.com/andrewthetechie/err-aprs-backend/commit/45741b50ac5bd7b416baa2591178e469c8c52a67))
9+
* bump pep8-naming from 0.13.3 to 0.14.0 ([#86](https://github.com/andrewthetechie/err-aprs-backend/issues/86)) ([485e5cb](https://github.com/andrewthetechie/err-aprs-backend/commit/485e5cbd53394b71795ba9a110d3343d4754c225))
10+
* bump pre-commit from 3.7.0 to 3.7.1 ([#83](https://github.com/andrewthetechie/err-aprs-backend/issues/83)) ([8c882c2](https://github.com/andrewthetechie/err-aprs-backend/commit/8c882c2a9a89c482f4e1da769f0be7c15668dd8c))
11+
* bump ruff from 0.4.3 to 0.4.4 ([#80](https://github.com/andrewthetechie/err-aprs-backend/issues/80)) ([b5b59a7](https://github.com/andrewthetechie/err-aprs-backend/commit/b5b59a78493f2a6dd451af95cdbeca74417e30bb))
12+
313
## [0.5.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.4.0...v0.5.0) (2024-05-09)
414

515

aprs_backend/version.py

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

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.5.0"
3+
version = "0.5.1"
44
description = "Errbot APRS backend plugin"
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)