diff --git a/ChangeLog.md b/ChangeLog.md index 0da4390..159742a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,13 @@ # ChangeLog + + +## 2.2.0 (2024-01-30) + +* Shell, used to run all commands was changed from bash to `lispsh -eo pipefail {0}`. This fixes runner for Windows. +* Documentation builder workflow switched from `actions/checkout@v3` to `v4` version. + ## 2.1.2 (2021-02-25) @@ -42,6 +49,5 @@ Added Coveralls support. Initial release. - * * * ###### [generated by [40ANTS-DOC](https://40ants.com/doc/)] diff --git a/README.md b/README.md index 376f26d..2d90ed4 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ It should be used after the [setup-lisp][8de1] action. ## What this action does for you? * It runs (asdf:test-system :the-system-name) by default. - * But you can provide your own lisp code. - * It automatically searches a test system name if it is present. @@ -133,7 +131,6 @@ You can contribute support for other implementations to ## Roadmap * Support uploading code coverage reports to CodeCov. - * Vendor all dependencies, to make action more reliable and secure.