Skip to content

Commit ad35b23

Browse files
Merge pull request #178 from networktocode/release-v1.5.0-to-develop
Release v1.5.0 to develop
2 parents 6e9573a + ebc99e7 commit ad35b23

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.5.0 - 2025-11-10
4+
5+
This housekeeping release updates the supported Python version to a 3.10 minimum and the optional Ansible dependency to 2.16. It also updated most dependencies, fixed tests, and CI.
6+
7+
* #175 Update all dependencies and other housekeeping
8+
* #173 Fix Ubuntu runner version
9+
310
## v1.4.0 - 2024-03-11
411

512
- #165 Support Pydantic Models for Validation

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
[tool.poetry]
22
name = "schema-enforcer"
3-
version = "1.4.1a0"
3+
version = "1.5.1a0"
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"
77
readme = "README.md"
88
homepage = "https://github.com/networktocode/schema-enforcer"
99
repository = "https://github.com/networktocode/schema-enforcer"
10+
classifiers = [
11+
"Intended Audience :: Developers",
12+
"Development Status :: 5 - Production/Stable",
13+
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.10",
15+
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
17+
]
1018
include = [
1119
"CHANGELOG.md",
1220
"LICENSE",

0 commit comments

Comments
 (0)