Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzbilgic committed Jan 15, 2019
1 parent 92daa14 commit 59e39b7
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.8.0

## Code

- Merge `Blockchain::Tree` into `Blockchain`
- Remove `Blockchain::Array`

# v0.7.1

## Node
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: zincir
version: 0.7.1
version: 0.8.0
crystal: 0.27.0

authors:
Expand Down
2 changes: 1 addition & 1 deletion src/zincir.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ require "./zincir/*"
require "./zincir/storage/*"

module Zincir
VERSION = "0.7.1"
VERSION = "0.8.0"
end

0 comments on commit 59e39b7

Please sign in to comment.