Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Oct 21, 2017
1 parent 960fe90 commit a29c66f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### v0.3.0 2017-10-21
* Add slightly better support for macros (jwoertink) #47
* Add --no-debug flag to improve speed (faustinoaq) #52
* Implementation of the paste mode (Porcupine96) #56
* Catch constant assignment and set it outside of the exec method (jwoertink) #59
* Last result local '__' (veelenga) #63
* Fixed error with unterminated char literal (jwoertink) #50
* Usage warning (veelenga) #66

#### v0.2.14 2017-01-31
* (fix) behavioral difference when reassigning variable in multi-line blocks (jwoertink)

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.2.14
version: 0.3.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 @@ -13,7 +13,7 @@ require "./icr/syntax_check_result"
require "./icr/console"

module Icr
VERSION = "0.2.14"
VERSION = "0.3.0"
AUTHOR = "Potapov Sergey"
HOMEPAGE = "https://github.com/greyblake/crystal-icr"

Expand Down

0 comments on commit a29c66f

Please sign in to comment.