Skip to content

Commit 69f4413

Browse files
ready for 1.0.1
1 parent c8ba43c commit 69f4413

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44

55
**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.
66

7+
## 1.0.1 - 2022-05-07
8+
9+
* Removed complie warnings for `SimpleFSM.cpp`
10+
* Updated `.gitignore`
11+
712
## 1.0.0 - 2022-05-07
813

9-
- Initial release
14+
* Initial release
1015

1116
## Note
1217

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SimpleFSM",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"keywords": "State Machine, FSM, IoT",
55
"description": "Arduino Library that allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.",
66
"homepage": "https://github.com/LennartHennigs/SimpleFSM",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleFSM
2-
version=1.0.0
2+
version=1.0.1
33
author=Lennart Hennigs
44
maintainer=Lennart Hennigs <[email protected]>
55
sentence=Arduino/ESP state machine library.

0 commit comments

Comments
 (0)