Skip to content

Commit

Permalink
bump version to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Sep 9, 2024
1 parent 4383c54 commit 9833fb0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.36.0] - 2024-09-09

### Added

- added `BackendApiConnector` methods to cover all current (and near future) endpoints:
`fetch_extracted_items`, `fetch_merged_items`, `get_merged_item`,
`preview_merged_item` and `get_rule_set`
- complete the list of exported names in `models` and `types` modules

### Changes

### Deprecated

- deprecated `BackendApiConnector.post_models` in favor of `post_extracted_items`
Expand All @@ -28,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- added the `rki/mex` user-agent to all requests of the HTTPConnector

### Security

## [0.35.0] - 2024-08-20

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-common"
version = "0.35.0"
version = "0.36.0"
description = "Common library for MEx python projects."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 9833fb0

Please sign in to comment.