We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e35359 commit 96a9362Copy full SHA for 96a9362
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unqlite"
3
-version = "1.1.1"
+version = "1.2.0"
4
authors = ["Huo Linhe <huolinhe@berrygenomics.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
Changelog.md
@@ -1,3 +1,17 @@
+<a name="v1.2.0"></a>
+## v1.2.0 (2016-05-13)
+
+#### Features
7
+* **UnQLite:** use official name as struct name ([65b647e0](65b647e0))
8
9
+#### Bug Fixes
10
11
+* **clippy:** fix some clippy warnings ([c877df4a](c877df4a))
12
13
14
15
<a name="v1.1.1"></a>
16
## v1.1.1 (2016-05-13)
17
0 commit comments