Skip to content

Commit

Permalink
Bump v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Feb 8, 2020
1 parent 4324cb8 commit 81daa7f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### v0.7.0 2020-02-08

* 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 2018-11-04
* Crystal 0.27 compatibility (#102 thanks to @blazerw)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ICR_BIN ?= $(shell which icr)
PREFIX ?= /usr/local

build:
$(SHARDS_BIN) build --release $(CRFLAGS)
$(SHARDS_BIN) build $(CRFLAGS)
clean:
rm -f ./bin/icr ./bin/icr.dwarf
test: build
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.6.0
version: 0.7.0

crystal: 0.32.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.6.0"
VERSION = "0.7.0"
AUTHOR = "Potapov Sergey"
HOMEPAGE = "https://github.com/crystal-community/icr"

Expand Down

0 comments on commit 81daa7f

Please sign in to comment.