Skip to content

Commit

Permalink
Releases 0.9.0 (#132)
Browse files Browse the repository at this point in the history
* bump versions for next release

* update CHANGELOG
  • Loading branch information
jwoertink committed Sep 26, 2021
1 parent 0537fc2 commit f62bfcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### v0.9.0 2021-09-25
* Add color highlight while you type (thanks to @sugarfi)
* Use magic comments `#exit` and `#quit` to leave ICR (thanks to @sugarfi)
* Support for latest Crystal (thanks to @mamantoha)
* Add magic comment `#help` command to get available commands. (thanks to @sugarfi)
* Better version support with Crystal (thanks to @HashNuke)

#### v0.8.0 2020-02-18
* Crystal 0.33.0 compatibility #118 (thanks to @tenebrousedge)

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: icr
version: 0.8.0
version: 0.9.0

crystal: ">= 0.33.0"

Expand Down
2 changes: 1 addition & 1 deletion src/icr.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require "./icr/highlighter"
require "./icr/console"

module Icr
VERSION = "0.8.0"
VERSION = "0.9.0"
AUTHOR = "Potapov Sergey"
HOMEPAGE = "https://github.com/crystal-community/icr"

Expand Down

0 comments on commit f62bfcd

Please sign in to comment.