shellmet/CHANGELOG.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2019-02-23 16:02:45 +03:00
# Changelog
`shellmet` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
2021-03-23 17:50:39 +03:00
## 0.0.4.0 — Mar 23, 2021
* [#20](https://github.com/kowainik/shellmet/issues/20):
Add `isSuccess` function to show if the command succeded.
* [#25](https://github.com/kowainik/shellmet/issues/25):
Support GHC-9.0.
* Upgrade GHC from `8.8.3` to `8.8.4`, `8.10.1` to `8.10.4`.
## 0.0.3.1 — May 7, 2020
* [#18](https://github.com/kowainik/shellmet/issues/18):
Support GHC-8.10. Move from GHC-8.8.1 support to GHC-8.8.3.
2019-09-28 14:45:00 +03:00
## 0.0.3.0 — Sep 28, 2019
* [#10](https://github.com/kowainik/shellmet/issues/10):
Add doctest.
(by [@vrom911](https://github.com/vrom911))
* [#13](https://github.com/kowainik/shellmet/issues/13):
2019-09-28 14:45:00 +03:00
Support GHC-8.8.1.
(by [@chshersh](https://github.com/chshersh))
## 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.
2019-04-09 07:37:54 +03:00
## 0.0.1 — Apr 9, 2019
* Generalise the type of the `$?` operator to allow returning values on
shell-command failuires.
## 0.0.0
2019-02-23 16:02:45 +03:00
* Initially created.
[1]: https://pvp.haskell.org
2019-04-09 07:37:54 +03:00
[2]: https://github.com/kowainik/shellmet/releases