Skip to content

Commit

Permalink
bump version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Aug 20, 2024
1 parent 5234dc6 commit f869005
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,20 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- update cruft and loosen up pyproject dependencies
- harmonize signatures/docs of pydantic core/json schema manipulating methods

### Deprecated

### Removed

### Fixed

### Security

## [0.35.0] - 2024-08-20

### Changes

- update cruft and loosen up pyproject dependencies
- harmonize signatures/docs of pydantic core/json schema manipulating methods

### Fixed

- fix schema tests not starting with diverging model names in common and mex-model
- fix serialization for temporal entity instances within pydantic models

### Security

## [0.34.0] - 2024-08-12

### 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.34.0"
version = "0.35.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 f869005

Please sign in to comment.