shellmet
uses PVP Versioning.
The changelog is available on GitHub.
- Support GHC 9.2.8. 9.4.7, 9.6.6, 9.8.2, 9.10.1.
- Upgrade
text
from1.2.3
to2.0.0
. - Remove support of GHC 8.2.2.
- #28: Support GHC 9.2.
- #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
.
- #18: Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
- #8:
Implement
$^
operator that doesn't print the command to terminal.
- Generalise the type of the
$?
operator to allow returning values on shell-command failuires.
- Initially created.