Skip to content

Commit 72913f4

Browse files
chore: Merge back version tags and changelog into develop.
2 parents 79606a2 + dd91f0a commit 72913f4

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.2.0 (2026-07-02)
6+
7+
### Bug Fixes
8+
9+
- --beta to give warning & not part of version
10+
([#2267](https://github.com/oscal-compass/compliance-trestle/pull/2267),
11+
[`9199eb6`](https://github.com/oscal-compass/compliance-trestle/commit/9199eb683cadf1912bc4e13a54096f4ea56e0e13))
12+
13+
- Address signing and verification review feedback
14+
([#2253](https://github.com/oscal-compass/compliance-trestle/pull/2253),
15+
[`79606a2`](https://github.com/oscal-compass/compliance-trestle/commit/79606a2f40957f68abb6a178e7c03bac31ab5dc0))
16+
17+
- Gate signing commands behind beta feature
18+
([#2253](https://github.com/oscal-compass/compliance-trestle/pull/2253),
19+
[`79606a2`](https://github.com/oscal-compass/compliance-trestle/commit/79606a2f40957f68abb6a178e7c03bac31ab5dc0))
20+
21+
- **deps**: Bump actions/attest from 4.1.0 to 4.1.1
22+
([#2276](https://github.com/oscal-compass/compliance-trestle/pull/2276),
23+
[`2529230`](https://github.com/oscal-compass/compliance-trestle/commit/2529230b9d358a35bfb90fa98ab9826fd01e9d41))
24+
25+
- **deps**: Bump actions/cache from 5.0.5 to 6.1.0
26+
([#2275](https://github.com/oscal-compass/compliance-trestle/pull/2275),
27+
[`7c5d951`](https://github.com/oscal-compass/compliance-trestle/commit/7c5d951d2e3bf49fd961146f1fa58c16d6a8046b))
28+
29+
- **deps**: Bump actions/setup-python from 6.2.0 to 6.3.0
30+
([#2274](https://github.com/oscal-compass/compliance-trestle/pull/2274),
31+
[`d16ac11`](https://github.com/oscal-compass/compliance-trestle/commit/d16ac115f2a481416351f7c7be4c3346b448d393))
32+
33+
### Features
34+
35+
- Add OSCAL signing and verification flow
36+
([#2253](https://github.com/oscal-compass/compliance-trestle/pull/2253),
37+
[`79606a2`](https://github.com/oscal-compass/compliance-trestle/commit/79606a2f40957f68abb6a178e7c03bac31ab5dc0))
38+
39+
- Add trestle beta command ([#2267](https://github.com/oscal-compass/compliance-trestle/pull/2267),
40+
[`9199eb6`](https://github.com/oscal-compass/compliance-trestle/commit/9199eb683cadf1912bc4e13a54096f4ea56e0e13))
41+
42+
543
## v4.1.0 (2026-06-29)
644

745
### 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.1.0'
26+
__version__ = '4.2.0'

0 commit comments

Comments
 (0)