Skip to content

Commit

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

### Added

- add `INDEXABLE_MODEL_CLASSES_BY_NAME` lookup to fields module
- add `render_constraints` jinja filter
- implement new `POST /rule-item` endpoint
- db purge script

### Changes

- update connector and queries to support creating rules (analogous to extracted items)

### Deprecated

### Removed
Expand All @@ -26,6 +19,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.15.0] - 2024-06-14

### Added

- add `INDEXABLE_MODEL_CLASSES_BY_NAME` lookup to fields module
- add `render_constraints` jinja filter
- implement new `POST /rule-item` endpoint
- db purge script

### Changes

- update connector and queries to support creating rules (analogous to extracted items)

## [0.14.0] - 2024-06-03

### 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.14.0"
version = "0.15.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 a2412cd

Please sign in to comment.