Skip to content

Commit 186ad4e

Browse files
committed
Release v1.3.0
1 parent d89db1a commit 186ad4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.3.0 - 2024-02-13
4+
5+
- #161 Migrate Schema enforcer to use pydanticv2
6+
37
## v1.2.2
48

59
- #156 Add support for jsonschema 4.18

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "schema-enforcer"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
description = "Tool/Framework for testing structured data against schema definitions"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)