Skip to content

Commit 35c14dc

Browse files
chore: Merge back version tags and changelog into develop.
2 parents 288a17f + 2d89bb0 commit 35c14dc

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
<!-- version list -->
44

5+
## v4.0.1 (2026-03-18)
6+
7+
### Bug Fixes
8+
9+
- Hatch caused release pipeline failure
10+
([#2168](https://github.com/oscal-compass/compliance-trestle/pull/2168),
11+
[`a430c69`](https://github.com/oscal-compass/compliance-trestle/commit/a430c6962fd721034a27ee073ef0aa519730fc0c))
12+
13+
- Support for OSCAL 1.2.1 Mapping Model
14+
([#2167](https://github.com/oscal-compass/compliance-trestle/pull/2167),
15+
[`de1e463`](https://github.com/oscal-compass/compliance-trestle/commit/de1e463d23bdd3da9c38ddbf73788a5628349646))
16+
17+
### Documentation
18+
19+
- Update mapping docs ([#2169](https://github.com/oscal-compass/compliance-trestle/pull/2169),
20+
[`288a17f`](https://github.com/oscal-compass/compliance-trestle/commit/288a17fa7082fcf7c0a86a9c27fd3a1ed977c947))
21+
22+
- Update trestle version in docs
23+
([#2169](https://github.com/oscal-compass/compliance-trestle/pull/2169),
24+
[`288a17f`](https://github.com/oscal-compass/compliance-trestle/commit/288a17fa7082fcf7c0a86a9c27fd3a1ed977c947))
25+
26+
- Updates for 4.0.0 ([#2169](https://github.com/oscal-compass/compliance-trestle/pull/2169),
27+
[`288a17f`](https://github.com/oscal-compass/compliance-trestle/commit/288a17fa7082fcf7c0a86a9c27fd3a1ed977c947))
28+
29+
530
## v4.0.0 (2026-03-16)
631

732
### Bug Fixes

trestle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
opinionated approach to OSCAL adoption.
2424
"""
2525

26-
__version__ = '4.0.0'
26+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)