Skip to content

Commit b9b0854

Browse files
authored
Publish version 1.23.0. (#142)
Changes: - [ADDED] Locker shallow clone depth configuration. - [ADDED] Multiple remote lockers for fetching evidence. - [FIXED] Correctly acquire the locker lock when iterating repository commits. - [FIXED] Raise the `EvidenceNotFoundError` exception for missing evidence.
1 parent d44edb6 commit b9b0854

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.23.0](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.23.0)
2+
3+
- [ADDED] Locker shallow clone depth configuration.
4+
- [ADDED] Multiple remote lockers for fetching evidence.
5+
- [FIXED] Correctly acquire the locker lock when iterating repository commits.
6+
- [FIXED] Raise the `EvidenceNotFoundError` exception for missing evidence.
7+
18
# [1.22.1](https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.1)
29

310
- [FIXED] Set Python version to 3.7 in publish/deploy GH action to match other actions.

compliance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
"""Compliance automation package."""
1616

17-
__version__ = '1.22.1'
17+
__version__ = '1.23.0'

0 commit comments

Comments
 (0)