Skip to content

Commit

Permalink
bump version to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Feb 11, 2025
1 parent edfa6ed commit 24d8031
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- add entry for `s3` to sink settings enum

### Changes

- add `AnyMergedModel` to the allowed types for `Sink.load` methods
- but let BackendApiSink throw an error, when merged items are loaded
- make local typevars private and give them speaking names

### Deprecated

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

### Security

## [0.51.0] - 2025-02-11

### Added

- add entry for `s3` to sink settings enum

### Changes

- add `AnyMergedModel` to the allowed types for `Sink.load` methods
- but let BackendApiSink throw an error, when merged items are loaded
- make local typevars private and give them speaking names

## [0.50.0] - 2025-02-06

### 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-common"
version = "0.50.0"
version = "0.51.0"
description = "Common library for MEx python projects."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 24d8031

Please sign in to comment.