Skip to content

Commit b08f1f1

Browse files
committed
release: v1.0.0
1 parent b96d24c commit b08f1f1

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [1.0.0] - 2020-02-13
9+
10+
## [1.0.0-arduino] - 2020-02-13
11+
12+
### Changed
13+
- break up unit tests to support platforms with limited RAM ([#172])
14+
- removed use of monolithic `arkCrypto.h` header ([#190])
15+
16+
### Added
17+
- added AIP-11 support for Core v.2.6 Transactions ([#198])
18+
19+
### Fixed
20+
- fixed `transaction::to_array` tests on ESP8266 ([#178])
21+
- fixed `transaction::to_json` tests on ESP8266 ([#180])
22+
823
## [0.7.0] - 2019-10-08
924

1025
## [0.7.0-arduino] - 2019-10-08
@@ -121,5 +136,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
121136
[#121]: https://github.com/ArkEcosystem/cpp-crypto/pull/121
122137
[#133]: https://github.com/ArkEcosystem/cpp-crypto/pull/133
123138
[#156]: https://github.com/ArkEcosystem/cpp-crypto/pull/156
139+
[0.7.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...0.7.0
124140
[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
141+
[#172]: https://github.com/ArkEcosystem/cpp-crypto/pull/172
142+
[#178]: https://github.com/ArkEcosystem/cpp-crypto/pull/178
143+
[#180]: https://github.com/ArkEcosystem/cpp-crypto/pull/180
144+
[#190]: https://github.com/ArkEcosystem/cpp-crypto/pull/190
145+
[#198]: https://github.com/ArkEcosystem/cpp-crypto/pull/198
146+
[1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
147+
[1.0.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino

library.json

Lines changed: 1 addition & 1 deletion
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.7.0",
10+
"version": "1.0.0",
1111
"authors": [
1212
{
1313
"name": "Ark Ecosystem",

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.7.0
2+
version=1.0.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)