Skip to content

Commit

Permalink
Moving the tests to a folder named 'src_tests' for now. This makes it…
Browse files Browse the repository at this point in the history
… easier to directly reference this project as an Arduino and PlatformIO library. Also updating the library version to 1.3.1.
  • Loading branch information
ssilverman committed Nov 29, 2017
1 parent bd6a824 commit 7707c6f
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This document details the changes between each release.

## [1.3.1]

### Changed
* Moved the tests to a folder named `src_tests` for now. This makes it easier
to directly reference this project as an Arduino and PlatformIO library.

## [1.3.0]

### Added
Expand Down Expand Up @@ -38,7 +44,7 @@ This document details the changes between each release.
* `Reader::getBoolean()` was allowing certain 1-byte simple values to
function as booleans.

# libCBOR v1.2.0
## libCBOR v1.2.0

This release updates the API to include a way to access the read size and
write size, and also makes the Reader and Writer classes implement Stream
Expand All @@ -47,7 +53,7 @@ implementations now provide a way to access the internal index (or address,
in the case of EEPROM), for ease of determining how far reading or writing
has progressed.

# First libCBOR release
## First libCBOR release

Tag: v1.1.0

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=libCBOR
version=1.3.0
version=1.3.1
author=Shawn Silverman <[email protected]>
maintainer=Shawn Silverman <[email protected]>
sentence=A CBOR (RFC 7049) processing library.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7707c6f

Please sign in to comment.