Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huo Linhe committed May 12, 2016
1 parent e43e9e8 commit 07d23d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unqlite"
version = "1.0.0"
version = "1.1.0"
authors = ["Huo Linhe <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v1.1.0"></a>
## v1.1.0 (2016-05-12)


#### Features

* **cursor:** add key_callback/value_callback method to `Entry` ([817ac5da](817ac5da))

#### Bug Fixes

* set OpenMode as private ([d5270acd](d5270acd))
* **CI:** fix unstable bug in travis-cargo ([be2c016d](be2c016d))



<a name="v1.0.0"></a>
## v1.0.0 (2016-05-12)

Expand Down

0 comments on commit 07d23d5

Please sign in to comment.