File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.6.2] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.6.2 )
2+
3+ - [ FIXED] Table of contents now handled appropriately for locker without a README.
4+
15# [ 1.6.1] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.6.1 )
26
37- [ FIXED] Table of contents now handles old/abandoned report evidence metadata appropriately.
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515"""Compliance automation package."""
1616
17- __version__ = '1.6.1 '
17+ __version__ = '1.6.2 '
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ limitations under the License.
2525{{ line }}
2626{% endif %}
2727{%- endfor -%}
28- {%- endif -%}
28+ {%- endif %}
29+
2930## Table of Contents - Check Reports
3031
3132{% for rpt in reports -%}
You can’t perform that action at this time.
0 commit comments