Skip to content

Commit

Permalink
bump version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Dec 10, 2024
1 parent aafb8a7 commit 508400c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.25.0] - 2024-12-10

### Added

- allow item merging functions to ignore cardinality and output preview items

### Changes
Expand All @@ -18,17 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- create new endpoint for fetching previews of merged items
- replaced `mex.backend.fields` with `mex.common` counterpart

### Deprecated

### Removed

- removed not needed `mex.backend.constants` module
- removed over-engineered `reraising` function

### Fixed

### Security

## [0.24.0] - 2024-11-25

### 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-backend"
version = "0.24.0"
version = "0.25.0"
description = "Backend server 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 508400c

Please sign in to comment.