Skip to content

Commit c4a742b

Browse files
author
semantic-release
committed
3.8.1
Automatically generated by python-semantic-release
1 parent 8f6bd29 commit c4a742b

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

CHANGELOG.md

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

3+
## v3.8.1 (2025-03-25)
4+
5+
### Build
6+
7+
* build(deps): bump jinja2 from 3.1.4 to 3.1.6 (#1832)
8+
9+
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
10+
- [Release notes](https://github.com/pallets/jinja/releases)
11+
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
12+
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6)
13+
14+
---
15+
updated-dependencies:
16+
- dependency-name: jinja2
17+
dependency-type: direct:production
18+
update-type: version-update:semver-patch
19+
...
20+
21+
Signed-off-by: dependabot[bot] <support@github.com>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b643059`](https://github.com/oscal-compass/compliance-trestle/commit/b643059ba0afa85b3dae71daf0a12d507d2bac2b))
23+
24+
### Chore
25+
26+
* chore: Merge back version tags and changelog into develop. ([`e4f3a22`](https://github.com/oscal-compass/compliance-trestle/commit/e4f3a22868853db3aba437a956319de4550c3b02))
27+
28+
### Documentation
29+
30+
* docs: add OpenSSF Security Insights file (#1831)
31+
32+
* docs: adds initial ossf security insights file
33+
34+
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
35+
36+
* fix: typo in maintainer name
37+
38+
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
39+
40+
---------
41+
42+
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> ([`de52d29`](https://github.com/oscal-compass/compliance-trestle/commit/de52d29c74ff4d4b241f04ffc5754a91b407f749))
43+
44+
### Fix
45+
46+
* fix: don't skip main component when creating SSP with author jinja (#1834)
47+
48+
* Don't skip main component in ssp_io.get_control_response
49+
50+
Signed-off-by: Ryan Ahearn <ryan.ahearn@gsa.gov>
51+
52+
* Include all responses in get_control_response
53+
54+
Signed-off-by: Ryan Ahearn <ryan.ahearn@gsa.gov>
55+
56+
---------
57+
58+
Signed-off-by: Ryan Ahearn <ryan.ahearn@gsa.gov> ([`0520515`](https://github.com/oscal-compass/compliance-trestle/commit/0520515e68c9df02cfa5f9fe38cb9db3270eef30))
59+
60+
* fix: updates mkdocs.yml to ignore anchors on relative paths (#1828)
61+
62+
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> ([`0a6eb71`](https://github.com/oscal-compass/compliance-trestle/commit/0a6eb71bd2b198264d2721eb411ea940f3a7bd46))
63+
64+
### Unknown
65+
66+
* Merge pull request #1837 from oscal-compass/develop
67+
68+
chore: trestle patch release ([`8f6bd29`](https://github.com/oscal-compass/compliance-trestle/commit/8f6bd29f1975362c0c8a21b4f6627bfc0e6140c2))
69+
370
## v3.8.0 (2025-02-13)
471

572
### Chore

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__ = '3.8.0'
26+
__version__ = '3.8.1'

0 commit comments

Comments
 (0)