Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Jan 1, 2018
1 parent 4495b1d commit ba48426
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### v0.5.0 2018-01-01
* 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)

#### v0.4.0 2017-11-14
* Add syntax highlight (MakeNowJust) #70
* README grammar fixes (Sevensidedmarble) #73
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.4.0
version: 0.5.0

authors:
- Potapov Sergey <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/icr.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require "./icr/highlighter"
require "./icr/console"

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

Expand Down

0 comments on commit ba48426

Please sign in to comment.