Skip to content

Commit

Permalink
chore(main): release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jun 10, 2024
1 parent 57cecad commit f7819d7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.5.2](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.5.1...v0.5.2) (2024-06-10)


### Dependencies

* bump coverage from 7.5.1 to 7.5.2 ([#93](https://github.com/andrewthetechie/err-aprs-backend/issues/93)) ([be5afc3](https://github.com/andrewthetechie/err-aprs-backend/commit/be5afc38aa13c0b29294ca17f8b727e417ba6a58))
* bump coverage from 7.5.2 to 7.5.3 ([#96](https://github.com/andrewthetechie/err-aprs-backend/issues/96)) ([32df3b3](https://github.com/andrewthetechie/err-aprs-backend/commit/32df3b3b799febbafc90ce7aeb56d83b1f30632b))
* bump dataclasses-json from 0.6.6 to 0.6.7 ([#102](https://github.com/andrewthetechie/err-aprs-backend/issues/102)) ([57cecad](https://github.com/andrewthetechie/err-aprs-backend/commit/57cecad9b84fbad0d28c373718132001c4658099))
* bump pep8-naming from 0.14.0 to 0.14.1 ([#88](https://github.com/andrewthetechie/err-aprs-backend/issues/88)) ([48c8cbb](https://github.com/andrewthetechie/err-aprs-backend/commit/48c8cbb22b3a8261948c84c1bc94082e4824d2f1))
* bump pytest from 8.2.0 to 8.2.1 ([#87](https://github.com/andrewthetechie/err-aprs-backend/issues/87)) ([3d194eb](https://github.com/andrewthetechie/err-aprs-backend/commit/3d194ebf732318ae99f75312d0aa8af1624857ad))
* bump pytest from 8.2.1 to 8.2.2 ([#99](https://github.com/andrewthetechie/err-aprs-backend/issues/99)) ([2c33cce](https://github.com/andrewthetechie/err-aprs-backend/commit/2c33cceab1c83342c1f423074e9adf27855f5528))
* bump pytest-asyncio from 0.23.6 to 0.23.7 ([#89](https://github.com/andrewthetechie/err-aprs-backend/issues/89)) ([fe88306](https://github.com/andrewthetechie/err-aprs-backend/commit/fe883066b5861e2c5579154eb368eb91976da6b0))
* bump pyupgrade from 3.15.2 to 3.16.0 ([#101](https://github.com/andrewthetechie/err-aprs-backend/issues/101)) ([b5babbd](https://github.com/andrewthetechie/err-aprs-backend/commit/b5babbd92e3d9abf25474c9f1e1400a5ed6de47a))
* bump reorder-python-imports from 3.12.0 to 3.13.0 ([#98](https://github.com/andrewthetechie/err-aprs-backend/issues/98)) ([2c007c3](https://github.com/andrewthetechie/err-aprs-backend/commit/2c007c3b5dd660cbd57c232ebf7c3b008fe7bf54))
* bump ruff from 0.4.4 to 0.4.5 ([#92](https://github.com/andrewthetechie/err-aprs-backend/issues/92)) ([5554a60](https://github.com/andrewthetechie/err-aprs-backend/commit/5554a602001eab96a18b6e713f0a4ca68461f7c4))
* bump ruff from 0.4.5 to 0.4.6 ([#95](https://github.com/andrewthetechie/err-aprs-backend/issues/95)) ([7856448](https://github.com/andrewthetechie/err-aprs-backend/commit/785644898ed34cdb885b3c1303eddec0a69b3a3a))
* bump ruff from 0.4.6 to 0.4.7 ([#97](https://github.com/andrewthetechie/err-aprs-backend/issues/97)) ([d4708e7](https://github.com/andrewthetechie/err-aprs-backend/commit/d4708e7545d22d004be9fff7a547c6be46f242d2))
* bump ruff from 0.4.7 to 0.4.8 ([#100](https://github.com/andrewthetechie/err-aprs-backend/issues/100)) ([2589687](https://github.com/andrewthetechie/err-aprs-backend/commit/2589687b82edccc8d828919084b4ac78ba380e83))

## [0.5.1](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.5.0...v0.5.1) (2024-05-17)


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

0 comments on commit f7819d7

Please sign in to comment.