Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Apr 2, 2024
1 parent 6df0080 commit f53ca7a
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,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.12.0] - 2024.04.02

### Added

- pull request template
- sphinx documentation
- publish cve results
Expand All @@ -28,14 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add module name to dynamic models for better debugging
- allow 'MergedThing' as well as 'Thing' as entityType query parameter

### Deprecated

### Removed

- remove dynamic extracted model classes and use those from mex-common

### Fixed

- don't allow identifierInPrimarySource changes on node updates

### Security
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mex-backend"
version = "0.11.0"
version = "0.12.0"
description = "Backend server for the RKI metadata exchange."
authors = ["RKI MEx Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f53ca7a

Please sign in to comment.