Skip to content

Commit

Permalink
prepare for v0.6 release (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
zargot authored Dec 2, 2024
2 parents 7f9de28 + 00e1eb6 commit 873bf8c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.6.0] - 2024-12-02

### General

- Added CLI command `odm-validate`
- Fixed documentation generation
- Fixed issue where empty values triggered rules "less-than-min-length" and
"invalid_category"
- Fixed json serialization of summarized report
- Fixed misc bugs and errors

### API

- Added verbosity parameter to `_validate_data_ext`

### Validation schemas

- Added `anyof` with `empty` for fields with `allowed` or `minlength`
- Fixed boolean-set values

#### v2.0.0

- Removed tables:
- languages
- parts
- sets
- translations

## [0.5.0] - 2024-01-03

### General
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 = "odm_validation"
version = "0.5.0"
version = "0.6.0"
authors = [
{ name="OHRI", email="PHES-ODM@ohri.ca" }
]
Expand Down

0 comments on commit 873bf8c

Please sign in to comment.