Skip to content

Commit b2fa520

Browse files
committed
release: v0.7.0
1 parent 6ec802b commit b2fa520

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.7.0] - 2019-10-08
9+
10+
## [0.7.0-arduino] - 2019-10-08
911

1012
### Changed
1113
- improved coverage and formatting ([#121])
1214
- refactored utils implementation ([#133])
1315
- refactored Identities implementation. ([#120])
16+
- moved external libraries out of source tree ([#156])
1417

1518
## [0.6.0] - 2019-07-16
1619

@@ -24,7 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2427
- improved PlatformIO configuration ([#101])
2528
- improved formatting and maintainability ([#98])
2629
- improved Slots implementations ([#92])
27-
- moved external libraries out of source tree ([#156])
2830

2931
### Fixed
3032
- fixed Transaction Json numeric serialization ([#103])
@@ -119,4 +121,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
119121
[#121]: https://github.com/ArkEcosystem/cpp-crypto/pull/121
120122
[#133]: https://github.com/ArkEcosystem/cpp-crypto/pull/133
121123
[#156]: https://github.com/ArkEcosystem/cpp-crypto/pull/156
122-
[Unreleased]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...develop
124+
[0.7.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
125+
[0.7.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0

library.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/ArkEcosystem/Cpp-Crypto.git"
99
},
10-
"version": "0.6.0",
10+
"version": "0.7.0",
1111
"authors": [
1212
{
1313
"name": "Ark Ecosystem",
@@ -22,13 +22,13 @@
2222
],
2323
"dependencies": [
2424
{
25-
"name": "micro-ecc"
25+
"name": "micro-ecc@1.0.0"
2626
},
2727
{
28-
"name": "ArduinoJson"
28+
"name": "ArduinoJson@6.12.0"
2929
},
3030
{
31-
"name": "BIP66"
31+
"name": "BIP66@0.2.0"
3232
}
3333
],
3434
"export": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ark-Cpp-Crypto
2-
version=0.6.0
2+
version=0.7.0
33
author=Ark Ecosystem
44
maintainer=Ark Ecosystem
55
sentence=A simple Cryptography Implementation in C++ for the ARK Blockchain.

0 commit comments

Comments
 (0)