Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
Bug Fixes
---

*   remove extra compress call during pubkey::deserialize (#56)
  • Loading branch information
stringhandler committed Sep 6, 2021
1 parent 93927b2 commit 459249f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[clog]
# A repository link with the trailing '.git' which will be used to generate
# all commit and issue links
repository = "https://github.com/tari-project/tari-crypto"

# specify the style of commit links to generate, defaults to "github" if omitted
link-style = "github"
#changelog = "changelog.md"
from-latest-tag = true
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["cryptography"]
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.11.1"
version = "0.11.2"
edition = "2018"

[dependencies]
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<a name="0.11.1"></a>
## 0.11.1 (2021-09-06)


#### Bug Fixes

* remove extra compress call during pubkey::deserialize (#56) ([8864b5a2](https://github.com/tari-project/tari-crypto/commit/8864b5a20bd55c8e075be67b132daebe22762e0c))

0 comments on commit 459249f

Please sign in to comment.