Skip to content

Commit

Permalink
Release version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jisantuc committed Nov 15, 2021
1 parent e40f69d commit 98a2f57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion cliffs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/jisantuc/cliffs#readme>
homepage: https://github.com/jisantuc/cliffs#readme
bug-reports: https://github.com/jisantuc/cliffs/issues
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cliffs
version: 0.1.0.0
version: 0.0.1.0
github: "jisantuc/cliffs"
license: MIT
author: "James Santucci"
Expand Down

0 comments on commit 98a2f57

Please sign in to comment.