Skip to content

Commit

Permalink
bump version to 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Jan 28, 2025
1 parent ab29abf commit 9a91777
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 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.48.0] - 2025-01-28

### Added

- add a sink registry with `register_sink` and `get_sink` functions
- add a multi-sink implementation, akin to `mex.extractors.load`

Expand All @@ -23,14 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
even though graph is not implemented in mex-common
- BREAKING: make backend api connector response models generic, to keep DRY

### Deprecated

### Removed

### Fixed

### Security

## [0.47.1] - 2025-01-24

### 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-common"
version = "0.47.1"
version = "0.48.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 9a91777

Please sign in to comment.