Skip to content

Commit

Permalink
Bump patch version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Mar 1, 2019
1 parent b5f6a02 commit 60218ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-02-28 - v0.3.2

+ Add Trigger class.
+ Add more examples.

2019-02-28 - v0.3.1

+ Fix RFM95 constructor.
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

This is a list of the release versions of this library.

v0.3.2 - 2019-02-28
-------------------

* Add Trigger class.
* Add more examples.

v0.3.1 - 2019-02-28
-------------------

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/kisom/featherlib.git"
},
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"frameworks": [
"arduino"
Expand All @@ -23,7 +23,7 @@
"atmelsam"
],
"examples": [
"examples/*/src/main.cc"
"examples/src/*.cc"
],
"dependencies": [
{
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=FeatherLib
version=0.3.1
version=0.3.2
author=Kyle Isom <coder@kyleisom.net>
maintainer=Kyle Isom <coder@kyleisom.net>
sentence=A library for common Feather boards and wings.
Expand Down

0 comments on commit 60218ad

Please sign in to comment.