Skip to content

Commit

Permalink
Release 0.10.0: Update Changelog and bump version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi authored Aug 14, 2018
1 parent 9e62436 commit 26179c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# Changelog

## PENDING
## 0.10.0

BREAKING CHANGES

- refactored API for clean separation of [mutable][1] and [immutable][2] tree (#92, #88);
with possibility to:
- load read-only snapshots at previous versions on demand
- load mutable trees at the most recently saved tree

[1]: https://github.com/tendermint/iavl/blob/9e62436856efa94c1223043be36ebda01ae0b6fc/mutable_tree.go#L14-L21
[2]: https://github.com/tendermint/iavl/blob/9e62436856efa94c1223043be36ebda01ae0b6fc/immutable_tree.go#L10-L17

BUG FIXES

- remove memory leaks (#92)

IMPROVEMENTS

- Change tendermint dep to ^v0.22.0
- Change tendermint dep to ^v0.22.0 (#91)

## 0.9.2 (July 3, 2018)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package iavl

// Version of iavl.
const Version = "0.9.2"
const Version = "0.10.0"

0 comments on commit 26179c2

Please sign in to comment.