We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662319c commit ac167a4Copy full SHA for ac167a4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.5.2 - 2026-04-09
4
+
5
+- #185 Added Python 3.14 support.
6
+- #187 Updated CI to use Python 3.14.
7
+- #187 Changed `load_file` to use `urlparse` to handle file URIs.
8
9
## v1.5.1 - 2025-11-12
10
11
- #179 Added Python 3.13 support.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schema-enforcer"
-version = "1.5.2a0"
+version = "1.5.2"
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