diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e7074..29b47bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.13.0] 2024-05-24 +## [0.13.0] 2024-06-01 ### Added - support for using canonical casing of custom commands (#21) diff --git a/tests/formatter/issue_0027_add_custom_target.in.cmake b/tests/formatter/issue_0024_add_custom_target.in.cmake similarity index 100% rename from tests/formatter/issue_0027_add_custom_target.in.cmake rename to tests/formatter/issue_0024_add_custom_target.in.cmake diff --git a/tests/formatter/issue_0027_add_custom_target.out.cmake b/tests/formatter/issue_0024_add_custom_target.out.cmake similarity index 100% rename from tests/formatter/issue_0027_add_custom_target.out.cmake rename to tests/formatter/issue_0024_add_custom_target.out.cmake