shellmet/CHANGELOG.md
2019-07-05 18:56:23 +08:00

22 lines
486 B
Markdown

# Changelog
`shellmet` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
## 0.0.2.0 — Jul 4, 2019
* [#8](https://github.com/kowainik/shellmet/issues/8):
Implement `$^` operator that doesn't print the command to terminal.
## 0.0.1 — Apr 9, 2019
* Generalise the type of the `$?` operator to allow returning values on
shell-command failuires.
## 0.0.0
* Initially created.
[1]: https://pvp.haskell.org
[2]: https://github.com/kowainik/shellmet/releases