Skip to content

Commit

Permalink
bump version to 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Oct 11, 2024
1 parent de123bc commit c428ac4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 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.38.0] - 2024-10-11

### Added

- add pattern constants for vocabs, emails, urls and ids to types module
- add regex pattern to json schema of identifier fields
- automatically add examples and useScheme to json schema of enum fields
Expand All @@ -23,8 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- consistently serialize emails, ids and temporals in models to str, not their type
- make instances of Link type hashable, to harmonize them with Text models

### Deprecated

### Removed

- drop manual examples from enum fields, because they are autogenerated now
Expand All @@ -36,10 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- BREAKING: remove pydantic1-style `validate` methods from all type models
- BREAKING: `BackendApiConnector.post_models` in favor of `post_extracted_items`

### Fixed

### Security

## [0.37.0] - 2024-10-01

### 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.37.0"
version = "0.38.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 c428ac4

Please sign in to comment.