Skip to content

Commit

Permalink
bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Oct 18, 2024
1 parent 62ed6e4 commit 6bf58dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.20.0] - 2024-10-18

### Changes

- silence neo4j missing label warnings, because we will likely never need all labels
- sort search results by `identifier` and `entityType` to ensure a more stable order
- improve handling of pydantic validation errors and uncaught errors

### Deprecated

### Removed

- remove already obsolete module `mex.backend.serialization`
Expand All @@ -26,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fix how merged edges are counted (currently only used for debugging)

### Security

## [0.19.1] - 2024-09-18

### Fixed
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.19.1"
version = "0.20.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 6bf58dd

Please sign in to comment.