Skip to content

Commit

Permalink
bump version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Jul 12, 2024
1 parent 9457fdb commit 18f1958
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.29.0] - 2024-07-12

### Added

- add validator to base model that verifies computed fields can be set but not altered
- new class hierarchy for identifiers: ExtractedIdentifier and MergedIdentifier

Expand All @@ -19,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- use json instead of pickle to calculate checksum of models
- replace `set_identifiers` validator with computed fields on each extracted model

### Deprecated

### Removed

- removed custom stringify method on base entities that included the `identifier` field
Expand All @@ -29,8 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fix typing for `__eq__` arguments

### Security

## [0.28.0] - 2024-07-08

### 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-common"
version = "0.28.0"
version = "0.29.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 18f1958

Please sign in to comment.