Skip to content

Commit

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

### Changes

- BREAKING: use `items` instead of `results` in paged wiki response
- downgrade query logging to log level `debug`

### Deprecated

### Removed

### Fixed

- fix endpoint serializing not working with `mex.common.types`

### Security

## [0.17.0] - 2024-07-29

### Changes

- BREAKING: use `items` instead of `results` in paged wiki response
- downgrade query logging to log level `debug`

### Fixed

- fix endpoint serializing not working with `mex.common.types`

## [0.16.0] - 2024-07-26

### Added
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.16.0"
version = "0.17.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 428264c

Please sign in to comment.