File tree 4 files changed +23
-2
lines changed
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.
7
7
8
8
## Unreleased
9
9
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
+
10
28
## [ 1.1.0] - 2019-02-07
11
29
12
30
### Added
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/ArkEcosystem/Cpp-Client.git"
9
9
},
10
- "version" : " 1.1 .0" ,
10
+ "version" : " 1.2 .0" ,
11
11
"authors" : [
12
12
{
13
13
"name" : " Ark Ecosystem" ,
21
21
"include" : [
22
22
" src/*" ,
23
23
" examples/*" ,
24
+ " docs/*" ,
25
+ " extras/*" ,
24
26
" *.md" ,
25
27
" *.json" ,
26
28
" *.properties" ,
Original file line number Diff line number Diff line change 1
1
name =Ark-Cpp-Client
2
- version =1.1 .0
2
+ version =1.2 .0
3
3
author =Ark Ecosystem
4
4
maintainer =Ark Ecosystem
5
5
sentence =A simple API client implementation in C++ for the ARK Blockchain.
Original file line number Diff line number Diff line change 10
10
#ifndef ARKCLIENT_H
11
11
#define ARKCLIENT_H
12
12
13
+ #include "helpers/client_helpers.h"
13
14
#include "connection/connection.h"
14
15
15
16
#endif
You can’t perform that action at this time.
0 commit comments