Skip to content

Commit 764d400

Browse files
author
semantic-release
committed
3.9.1
Automatically generated by python-semantic-release
1 parent dc59ed5 commit 764d400

File tree

2 files changed

+101
-1
lines changed

2 files changed

+101
-1
lines changed

CHANGELOG.md

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

3+
## v3.9.1 (2025-07-07)
4+
5+
### Build
6+
7+
* build(deps): bump actions/setup-python from 5.5.0 to 5.6.0 (#1865)
8+
9+
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0.
10+
- [Release notes](https://github.com/actions/setup-python/releases)
11+
- [Commits](https://github.com/actions/setup-python/compare/8d9ed9ac5c53483de85588cdf95a591a75ab9f55...a26af69be951a213d495a4c3e4e4022e16d87065)
12+
13+
---
14+
updated-dependencies:
15+
- dependency-name: actions/setup-python
16+
dependency-version: 5.6.0
17+
dependency-type: direct:production
18+
update-type: version-update:semver-minor
19+
...
20+
21+
Signed-off-by: dependabot[bot] <[email protected]>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c79f7bc`](https://github.com/oscal-compass/compliance-trestle/commit/c79f7bc9baa7fafc6610cc38eeef812806d7ac0e))
23+
24+
* build(deps): update cmarkgfm requirement (#1757)
25+
26+
Updates the requirements on [cmarkgfm](https://github.com/theacodes/cmarkgfm) to permit the latest version.
27+
- [Release notes](https://github.com/theacodes/cmarkgfm/releases)
28+
- [Commits](https://github.com/theacodes/cmarkgfm/compare/2024.1.14...2024.11.20)
29+
30+
---
31+
updated-dependencies:
32+
- dependency-name: cmarkgfm
33+
dependency-type: direct:production
34+
...
35+
36+
Signed-off-by: dependabot[bot] <[email protected]>
37+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
38+
Co-authored-by: Jennifer Power <[email protected]> ([`e1430c0`](https://github.com/oscal-compass/compliance-trestle/commit/e1430c0ac970d595d9ce840b2e76fa4ea5d9c823))
39+
40+
### Chore
41+
42+
* chore: Merge back version tags and changelog into develop. ([`03c5beb`](https://github.com/oscal-compass/compliance-trestle/commit/03c5bebd11f5ef0a081f6d0b596eb140b6595547))
43+
44+
### Ci
45+
46+
* ci: updates for failing CI jobs (#1886)
47+
48+
* docs: updates python-semantic-release link in guide
49+
50+
Signed-off-by: Jennifer Power <[email protected]>
51+
52+
* fix: updates ignore comments for mypy version 1.16.0
53+
54+
Signed-off-by: Jennifer Power <[email protected]>
55+
56+
---------
57+
58+
Signed-off-by: Jennifer Power <[email protected]> ([`c96da54`](https://github.com/oscal-compass/compliance-trestle/commit/c96da54f1418948a18899f1f185f733c0db7d3c9))
59+
60+
### Documentation
61+
62+
* docs: fixes markdown formatting in docs (#1893)
63+
64+
Signed-off-by: Jennifer Power <[email protected]> ([`df4091c`](https://github.com/oscal-compass/compliance-trestle/commit/df4091ced8e0b3bf023a320c924909d95022cbe6))
65+
66+
### Fix
67+
68+
* fix: removes reviewers from dependabot configuration (#1894)
69+
70+
The field is no longer supported. CODEOWNERS will be used.
71+
72+
Signed-off-by: Jennifer Power <[email protected]> ([`ba41c68`](https://github.com/oscal-compass/compliance-trestle/commit/ba41c68e962ad5673ec9f9771c7bef87d9eba3d0))
73+
74+
* fix: prefix dependabot messages with fix (#1872)
75+
76+
Fixes #1788
77+
78+
Signed-off-by: d10n <[email protected]>
79+
Co-authored-by: Jennifer Power <[email protected]> ([`357f8ca`](https://github.com/oscal-compass/compliance-trestle/commit/357f8ca2831ad61a3a6ae659cd2cb8d4ea3536ff))
80+
81+
* fix: website documentation for using mike (#1817)
82+
83+
* fix: website documentation for using mike
84+
85+
Signed-off-by: Chris Butler <[email protected]>
86+
87+
* fix: typofix in website.md
88+
89+
Signed-off-by: Jennifer Power <[email protected]>
90+
91+
---------
92+
93+
Signed-off-by: Chris Butler <[email protected]>
94+
Signed-off-by: Jennifer Power <[email protected]>
95+
Co-authored-by: Jennifer Power <[email protected]> ([`9d9ff68`](https://github.com/oscal-compass/compliance-trestle/commit/9d9ff683e0d9652108e92c18e3b0524405404ffc))
96+
97+
### Unknown
98+
99+
* Merge pull request #1899 from oscal-compass/develop
100+
101+
chore: Trestle release 3.9.1 ([`dc59ed5`](https://github.com/oscal-compass/compliance-trestle/commit/dc59ed5c31072baaeb3d77c36d5c0e9c867bc635))
102+
3103
## v3.9.0 (2025-04-30)
4104

5105
### Build

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.9.0'
26+
__version__ = '3.9.1'

0 commit comments

Comments
 (0)