Skip to content

Commit 98a2f57

Browse files
committed
Release version v0.0.1
1 parent e40f69d commit 98a2f57

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.0.1] - 2021-11-15
810
### Added
911
- Show help text on script name hover [#5](https://github.com/jisantuc/cliffs/pull/5)
1012
- 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
1416
- Nix expressions evaluate to a real derivation and a shell [#11](https://github.com/jisantuc/cliffs/pull/11)
1517
- Determined non-link binary path using nix-store [#14](https://github.com/jisantuc/cliffs/pull/14)
1618

17-
[Unreleased]: https://github.com/jisantuc/cliffs/compare/v1.0.0-alpha...HEAD
19+
[Unreleased]: https://github.com/jisantuc/cliffs/compare/v0.0.1...HEAD
20+
[0.0.1]: https://github.com/jisantuc/cliffs/releases/tags/v0.0.1

cliffs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: cliffs
8-
version: 0.1.0.0
8+
version: 0.0.1.0
99
description: Please see the README on GitHub at <https://github.com/jisantuc/cliffs#readme>
1010
homepage: https://github.com/jisantuc/cliffs#readme
1111
bug-reports: https://github.com/jisantuc/cliffs/issues

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cliffs
2-
version: 0.1.0.0
2+
version: 0.0.1.0
33
github: "jisantuc/cliffs"
44
license: MIT
55
author: "James Santucci"

0 commit comments

Comments
 (0)