Releases: crystal-community/icr
Releases · crystal-community/icr
v0.9.0
This release includes a few fixes and updates. Review the CHANGELOG for all updates.
v0.7.0
- Update crystal compatibility version #108 (thanks to @wontruefree)
- Crashes when path contains spaces #113
- Include readline as shard since it's no longer in the std-lib #115
- Expand tilde in config path #116 (thanks to @jgillich)
v0.6.0
Crystal 0.27.0 compatibility.
v0.5.0
- New
debug
command to toggle debug output interactively (#74, thanks to @russolsen)
- New
reset
command to clear commands (#75, thanks to @russolsen)
- Crystal 0.24.1 support (#72, thanks to @veelenga)
- Corrected
Icr::HOMEPAGE
(#81, thanks to @Sija)