File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# [ 1.22.1] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.1 )
2
9
3
10
- [ FIXED] Set Python version to 3.7 in publish/deploy GH action to match other actions.
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
"""Compliance automation package."""
16
16
17
- __version__ = '1.22.1 '
17
+ __version__ = '1.23.0 '
You can’t perform that action at this time.
0 commit comments