diff --git a/CHANGELOG.md b/CHANGELOG.md index 288ac184..796f3e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for shell-run +## 0.2 -- 2022-05-11 + +* Update default legend: legend.txt -> shell-run.legend +* Update default logs: logs.txt -> shell-run.log + ## 0.1 -- 2022-04-03 * First version. Released on an unsuspecting world. diff --git a/shell-run.cabal b/shell-run.cabal index 8ec7e818..b228c48d 100644 --- a/shell-run.cabal +++ b/shell-run.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: shell-run -version: 0.1 +version: 0.2 license: BSD-3-Clause license-file: LICENSE tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.2