Skip to content

Commit

Permalink
bump version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Dec 18, 2024
1 parent 97f8a91 commit 481ebc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.23.0] - 2024-12-18

### Changes

- extractors now use wikidata helper function
- BREAKING: rename artificial provider function `extracted_data` to `extracted_items`
- prefer concrete unions over base classes for merged and extracted item typing
- update mex-common to 0.45.0 and mex-model to 3.4.0

### Deprecated

### Removed

### Fixed

- fix coverage and linting issues

### Security

## [0.22.0] - 2024-12-10

### 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-extractors"
version = "0.22.0"
version = "0.23.0"
description = "ETL pipelines for the RKI Metadata Exchange."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 481ebc2

Please sign in to comment.