Skip to content

Commit

Permalink
Merge pull request #93 from iotaledger/release/version-updates
Browse files Browse the repository at this point in the history
Apply Version Updates From Current Changes
  • Loading branch information
nothingismagick authored May 4, 2021
2 parents 9958269 + 8a914d5 commit 7b9cac4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changes/update-deps.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.1]

- This release updates a number of interlocking dependencies, but does not change the external interface.
- [a644f8d](https://www.github.com/iotaledger/crypto.rs/commit/a644f8d8e62b40071634d4c15efebc5942c2bd90) add .changefile on 2021-05-04

## \[0.5.0]

- Added
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-crypto"
version = "0.5.0"
version = "0.5.1"
license = "Apache-2.0"
authors = [
"Gustav Behm <[email protected]>",
Expand All @@ -13,7 +13,7 @@ categories = [ "security" ]
description = "The canonical source of cryptographic ground-truth for all IOTA Rust projects"
homepage = "https://iota.org"
repository = "https://github.com/iotaledger/crypto.rs"
exclude = ["/tests", "/bindings", "/.github", "/.changes"]
exclude = [ "/tests", "/bindings", "/.github", "/.changes" ]

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -92,6 +92,5 @@ rand = "0.8"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"

# for macos
[profile.dev]
split-debuginfo = "unpacked"

0 comments on commit 7b9cac4

Please sign in to comment.