We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f43cf3e + 1c32e46 commit 93dbda5Copy full SHA for 93dbda5
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.0 - 2024-02-13
4
+
5
+- #161 Migrate Schema enforcer to use pydanticv2
6
7
## v1.2.2
8
9
- #156 Add support for jsonschema 4.18
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schema-enforcer"
-version = "1.2.2"
+version = "1.3.0"
description = "Tool/Framework for testing structured data against schema definitions"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
0 commit comments