Skip to content

Commit

Permalink
chore(release): 0.3.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepdefic1t authored and faustbrian committed Feb 19, 2019
1 parent 44d4c6a commit c98b5b2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
33 changes: 24 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.3.1] - 2019-02-19

### Fixed

- fixed PIO submodule ignore paths in `./platformio.ini` ([#70])
- added `./src/lib` to build flags for PIO in `./library.json` ([#69])

## [0.3.0] - 2019-02-16

## [0.3.0-arduino] - 2019-02-16

### Added
- Arduino CircleCI config

- Arduino CircleCI config ([#61])

### Changed
- updated `keywords.txt`.
- updated `./library.json` package export settings.
- removed unnecessary files:

- updated `keywords.txt` ([#64])
- updated `./library.json` package export settings ([#64])
- removed unnecessary files ([#64]):
- `./appveyor.yml`.
- `./CMakeSettings.json`.
- `./test/travis.yml`.
- `uECC_README.md`.
- submodule from `cmake_example`
- moved external packages to `./src/lib/`:
- submodule from `cmake_example`.
- moved external packages to `./src/lib/` ([#64]):
- `./src/bcl`.
- `./src/rfc6979`.
- `./src/stl`.
- `./date`.
- moved `./docs` to `./extras` in arduino builds.
- automated `ARDUINO_IDE.sh` script.
- updated `ARDUINO_IDE.sh` script to reflect `lib/` changes.
- moved `./docs` to `./extras` in arduino builds ([#64])
- updated `ARDUINO_IDE.sh` script to reflect `lib/` changes ([#64])
- automated `ARDUINO_IDE.sh` script ([#60])

## [0.2.0] - 2019-02-07

Expand Down Expand Up @@ -58,3 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[#49]: https://github.com/ArkEcosystem/cpp-crypto/pull/49
[#52]: https://github.com/ArkEcosystem/cpp-crypto/pull/52
[#53]: https://github.com/ArkEcosystem/cpp-crypto/pull/53
[#60]: https://github.com/ArkEcosystem/cpp-crypto/pull/60
[#61]: https://github.com/ArkEcosystem/cpp-crypto/pull/61
[#64]: https://github.com/ArkEcosystem/cpp-crypto/pull/64
[#69]: https://github.com/ArkEcosystem/cpp-crypto/pull/69
[#70]: https://github.com/ArkEcosystem/cpp-crypto/pull/70
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/ArkEcosystem/Cpp-Crypto.git"
},
"version": "0.3.0",
"version": "0.3.1",
"authors": [
{
"name": "Ark Ecosystem",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ark-Cpp-Crypto
version=0.3.0
version=0.3.1
author=Ark Ecosystem
maintainer=Ark Ecosystem
sentence=A simple Cryptography Implementation in C++ for the ARK Blockchain.
Expand Down

0 comments on commit c98b5b2

Please sign in to comment.