bump version to 0.11

This commit is contained in:
Andrew Poelstra 2018-08-22 16:39:36 +00:00
parent c773dfbc8d
commit ce91fa0f38
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# [Unreleased]
# 0.11.0 - 2018-08-22
* Update `rand` to 0.4 and `gcc` 0.3 to `cc` 1.0. (`rand` 0.5 exists but has a lot of breaking changes and no longer compiles with 1.14.0.)
* Remove `PublicKey::combine` from API since it cannot be used with anything else in the API

View File

@ -1,7 +1,7 @@
[package]
name = "secp256k1"
version = "0.10.0"
version = "0.11.0"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"