Changelog for shellmet-0.0.4.0
Changelog
shellmet
uses PVP Versioning.
The changelog is available on GitHub.
0.0.4.0 — Mar 23, 2021
- #20:
Add
isSuccess
function to show if the command succeded. - #25: Support GHC-9.0.
- Upgrade GHC from
8.8.3
to8.8.4
,8.10.1
to8.10.4
.
0.0.3.1 — May 7, 2020
- #18: Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
0.0.3.0 — Sep 28, 2019
0.0.2.0 — Jul 4, 2019
- #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.