File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ ## [ 1.2.0] - 2019-02-16
11+ ## [ 1.2.0-arduino] - 2019-02-16
12+
13+ ### Added
14+ - Arduino CircleCI config
15+
16+ ### Changed
17+ - updated ` keywords.txt ` .
18+ - updated ` ./library.json ` package export settings.
19+ - removed unnecessary files:
20+ - ` ./appveyor.yml ` .
21+ - ` ./CMakeSettings.json ` .
22+ - submodule from ` cmake_example ` .
23+ - removed ` ./src/stl ` library.
24+ - moved ` ./docs ` to ` ./extras ` in arduino builds.
25+ - automated ` ARDUINO_IDE.sh ` script.
26+ - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes.
27+
1028## [ 1.1.0] - 2019-02-07
1129
1230### Added
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/ArkEcosystem/Cpp-Client.git"
99 },
10- "version" : " 1.1 .0" ,
10+ "version" : " 1.2 .0" ,
1111 "authors" : [
1212 {
1313 "name" : " Ark Ecosystem" ,
2121 "include" : [
2222 " src/*" ,
2323 " examples/*" ,
24+ " docs/*" ,
25+ " extras/*" ,
2426 " *.md" ,
2527 " *.json" ,
2628 " *.properties" ,
Original file line number Diff line number Diff line change 11name =Ark-Cpp-Client
2- version =1.1 .0
2+ version =1.2 .0
33author =Ark Ecosystem
44maintainer =Ark Ecosystem
55sentence =A simple API client implementation in C++ for the ARK Blockchain.
Original file line number Diff line number Diff line change 1010#ifndef ARKCLIENT_H
1111#define ARKCLIENT_H
1212
13+ #include "helpers/client_helpers.h"
1314#include "connection/connection.h"
1415
1516#endif
You can’t perform that action at this time.
0 commit comments