Skip to content
Snippets Groups Projects
Commit c1d9187e authored by group_2006_bot's avatar group_2006_bot
Browse files

0.8.0

Automatically generated by python-semantic-release
parent 6c432034
No related branches found
No related tags found
No related merge requests found
Pipeline #343303 passed
......@@ -8,6 +8,17 @@ SPDX-License-Identifier: CC0-1.0
<!--next-version-placeholder-->
## v0.8.0 (2023-01-11)
### Feature
* Unify tgcrud and tgsearch client constructor to use tgconfig and bool for is_public instead of url ([`72b0979`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/72b0979608030f03b06c99fa8d4dc87a8f5f2974))
### Breaking
* TextgridCrudRequest, TextgridCrud, TextgridSearchRequest and TextgridSearch constructor changed to take TextgridConfig and no URL string anymore. Public/non-public is set with a bool now ([`72b0979`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/72b0979608030f03b06c99fa8d4dc87a8f5f2974))
### Documentation
* More doc how to run the notebooks ([`3855e5e`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/3855e5e89dbc0945a86e1a317bcedfd78988bf24))
* **JupyterNotebooks:** Coorect spelling, add a link ([`50f4e87`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/50f4e87f60904a4cd5196b28a4dc1cdda2013a0f))
## v0.7.0 (2023-01-10)
### Breaking
* TextgridAuthException is to be handled from now on, not TextGridAuthException ([`36ab1ad`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/36ab1ada7df2c87a79399787b5218909606647d9))
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
__version__ = '0.7.0'
__version__ = '0.8.0'
from tgclients.aggregator import (
Aggregator,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment