Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Shellify

## 0.14.0
- Substantial command line parsing changes.
Expect some changes of behaviour e.g. exit codes.
- Command line completion support

## 0.13.0
- Return exit code zero when some invalid options are passed
- End shell and flake files with a newline character
Expand Down
2 changes: 1 addition & 1 deletion shellify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: shellify
version: 0.13.0.0
version: 0.14.0.0

author: Daniel Rolls
maintainer: daniel.rolls.27@googlemail.com
Expand Down