Skip to content

Commit 269dae4

Browse files
chore(main): release 0.5.2
1 parent 2c33cce commit 269dae4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.5.1...v0.5.2) (2024-06-05)
4+
5+
6+
### Dependencies
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
319
## [0.5.1](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.5.0...v0.5.1) (2024-05-17)
420

521

aprs_backend/version.py

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

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

0 commit comments

Comments
 (0)