Skip to content

Commit c189ae1

Browse files
committed
Cut 4.1.2
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 096279c commit c189ae1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog][keepachangelog]
1212
and this project adheres to [Semantic Versioning][semver].
1313

14+
## [4.1.2] - 2025-11-19
15+
16+
Note: Python 3.9 support will be dropped in the next major release.
17+
This is likely the final version supporting it.
18+
19+
### Fixed
20+
21+
- Fix validation message order at command line ([#327][])
22+
23+
[#327]: https://github.com/spdx/ntia-conformance-checker/pull/327
24+
1425
## [4.1.1] - 2025-11-18
1526

1627
This version primarily focused on improving the HTML output.
@@ -181,6 +192,7 @@ Thanks to @goneall, @licquia, and @kestewart for mentoring @linynjosh.
181192
[#1]: https://github.com/spdx/ntia-conformance-checker/pull/1
182193
[keepachangelog]: https://keepachangelog.com/en/1.1.0/
183194
[semver]: https://semver.org/spec/v2.0.0.html
195+
[4.1.2]: https://github.com/spdx/ntia-conformance-checker/releases/tag/v4.1.2
184196
[4.1.1]: https://github.com/spdx/ntia-conformance-checker/releases/tag/v4.1.1
185197
[4.1.0]: https://github.com/spdx/ntia-conformance-checker/releases/tag/v4.1.0
186198
[4.0.0]: https://github.com/spdx/ntia-conformance-checker/releases/tag/v4.0.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ keywords:
4949
- NTIA
5050
- CISA
5151
license: Apache-2.0
52-
version: 4.1.1
53-
date-released: '2025-11-18'
52+
version: 4.1.2
53+
date-released: '2025-11-19'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "ntia_conformance_checker"
11-
version = "4.1.1"
11+
version = "4.1.2"
1212
authors = [
1313
{ name = "Josh Lin", email = "[email protected]" },
1414
{ name = "John Speed Meyers", email = "[email protected]" },

0 commit comments

Comments
 (0)