Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 14, 2025
1 parent ce66046 commit 93fb8ed
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,6 +1,26 @@
# CHANGELOG


## v0.21.0 (2025-01-14)

### Chores

- Correct resource name in sideloading test integration test
([`a419002`](https://github.com/rossumai/rossum-sdk/commit/a4190024be69ec2f61ab533abee23415598240ec))

### Features

- Add support for retrieving EngineFields
([`c976954`](https://github.com/rossumai/rossum-sdk/commit/c976954d35369ab3f03b40861093f5ff257ec5a4))

### Refactoring

- Extract sideloading logic into domain logic
([`080b7af`](https://github.com/rossumai/rossum-sdk/commit/080b7afbb2f1a7ec3651ee80a6561c9921c55aaf))

...and use inflect to convert resource names to singular.


## v0.20.1 (2024-12-11)

### Bug Fixes
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.20.1"
version = "0.21.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.20.1"
__version__ = "0.21.0"

__all__ = (
"APIClientError",
Expand Down

0 comments on commit 93fb8ed

Please sign in to comment.