diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f9b6a..808ac35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.1] - 2021-11-15 ### Added - Show help text on script name hover [#5](https://github.com/jisantuc/cliffs/pull/5) - Created CI workflow and tested parsing a few known inputs [#9](https://github.com/jisantuc/cliffs/pull/9) @@ -14,4 +16,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nix expressions evaluate to a real derivation and a shell [#11](https://github.com/jisantuc/cliffs/pull/11) - Determined non-link binary path using nix-store [#14](https://github.com/jisantuc/cliffs/pull/14) -[Unreleased]: https://github.com/jisantuc/cliffs/compare/v1.0.0-alpha...HEAD +[Unreleased]: https://github.com/jisantuc/cliffs/compare/v0.0.1...HEAD +[0.0.1]: https://github.com/jisantuc/cliffs/releases/tags/v0.0.1 diff --git a/cliffs.cabal b/cliffs.cabal index b0cd862..054c640 100644 --- a/cliffs.cabal +++ b/cliffs.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: cliffs -version: 0.1.0.0 +version: 0.0.1.0 description: Please see the README on GitHub at homepage: https://github.com/jisantuc/cliffs#readme bug-reports: https://github.com/jisantuc/cliffs/issues diff --git a/package.yaml b/package.yaml index 29eb9c8..1e0fcd5 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: cliffs -version: 0.1.0.0 +version: 0.0.1.0 github: "jisantuc/cliffs" license: MIT author: "James Santucci"