Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 25, 2024
1 parent 13411a6 commit 15ccb47
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## v0.19.0 (2024-09-25)

### Chore

* chore: fix naming in queues tests ([`2c51b64`](https://github.com/rossumai/rossum-sdk/commit/2c51b640124394cb86c85e23546d0dd591ecfdf9))

### Feature

* feat: Add new methods for hook object ([`232269f`](https://github.com/rossumai/rossum-sdk/commit/232269fe8582c4d553172f510265a0b8cbccfaff))

* feat: Add retrieve document method ([`4edac76`](https://github.com/rossumai/rossum-sdk/commit/4edac76684b0ac9cb8146dafaa1f92214bfe02e1))

* feat: Add cancel annotation method ([`a217b64`](https://github.com/rossumai/rossum-sdk/commit/a217b64dc4609bca144322a5fe93dff26b0ff752))

### Unknown

* Merge pull request #84 from rossumai/bara-add-missing-methods

Add some missing methods ([`13411a6`](https://github.com/rossumai/rossum-sdk/commit/13411a67a5cea5fdef2bdc41959b4c7ea02dc0cb))

## v0.18.1 (2024-08-20)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rossum_api"
version = "0.18.1"
version = "0.19.0"
license = {text = "MIT"}
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
2 changes: 1 addition & 1 deletion rossum_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from rossum_api.elis_api_client import ElisAPIClient, ExportFileFormats
from rossum_api.elis_api_client_sync import ElisAPIClientSync

__version__ = "0.18.1"
__version__ = "0.19.0"

__all__ = (
"APIClientError",
Expand Down

0 comments on commit 15ccb47

Please sign in to comment.