Skip to content

Commit ac167a4

Browse files
committed
Release v1.5.2
1 parent 662319c commit ac167a4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
39
## v1.5.1 - 2025-11-12
410

511
- #179 Added Python 3.13 support.

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.5.2a0"
3+
version = "1.5.2"
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)