bump version to 0.5.2
This commit is contained in:
parent
cb62b6c814
commit
face6c731d
2 changed files with 6 additions and 8 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,10 @@
|
|||
## Changelog
|
||||
|
||||
### Release 0.5.2
|
||||
|
||||
#### Bugfix
|
||||
- add type to notification provider options
|
||||
|
||||
### Release 0.5.1
|
||||
|
||||
#### Bugfix
|
||||
|
@ -18,10 +23,6 @@
|
|||
#### Bugfix
|
||||
- update event list data after changes
|
||||
|
||||
#### Test
|
||||
- ignore ResourceWarning
|
||||
- add script to run tests for all supported uptime kuma versions
|
||||
|
||||
### Release 0.3.0
|
||||
|
||||
#### Feature
|
||||
|
@ -37,9 +38,6 @@
|
|||
- remove `tags` from monitor input
|
||||
- convert monitor notificationIDList only once
|
||||
|
||||
#### Test
|
||||
- create test objects with available arguments
|
||||
|
||||
### Release 0.2.1
|
||||
|
||||
#### Bugfix
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
__title__ = "uptime_kuma_api"
|
||||
__version__ = "0.5.1"
|
||||
__version__ = "0.5.2"
|
||||
__author__ = "Lucas Held"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright 2022 Lucas Held"
|
||||
|
|
Loading…
Reference in a new issue