Skip to content

Commit b80dee7

Browse files
actions-usergithub-actions
authored andcommitted
chore: release v0.5.0
1 parent afb488b commit b80dee7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.5.0 (2022-10-04)
6+
### Feature
7+
* Adds domain endpoints ([#16](https://github.com/cancom/python-hostingde/issues/16)) ([`afb488b`](https://github.com/cancom/python-hostingde/commit/afb488b076e9c6bb8710e95045aee96d9f641738))
8+
9+
### Documentation
10+
* Installation instruction and badges ([#14](https://github.com/cancom/python-hostingde/issues/14)) ([`575741c`](https://github.com/cancom/python-hostingde/commit/575741c559387478383aa1fa04a0db973ee55fb7))
11+
512
## v0.4.2 (2022-06-30)
613
### Fix
714
* Paginator.fetchone() now returns None instead of a ClientException at the end of the iteration ([#13](https://github.com/cancom/python-hostingde/issues/13)) ([`dc94eee`](https://github.com/cancom/python-hostingde/commit/dc94eee54e765682f87ac631d7ae787253dab19a))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "opensource@cancom.de"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.4.2"
5+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)