Releases: saveourtool/save-cli
Releases · saveourtool/save-cli
Release v0.1.0
Build optimizations (#163) ### What's done: * Exclude detekt from `check` task * Exclude linking release executable from ordinary CI workflow * Enable gradle caches by default * Disable redundant KMP targets compilation during build_and_test.yml * Re-enable gradle-cache-action for build_and_test.yml
Release v0.1.0-rc.1
Minor changes in examples and PlainTextReporter (#151) ### What's done: * Run save with default value for properties file in run.sh * Introduced short reason for Fail * Moved logic on test resources emptiness check into base Plugin class * Collapse comment to one line in PlainTextReporter * Improvements for kotlin-diktat example case * Logging cleanup