Skip to content

Commit 30cd042

Browse files
ready for 1.2.0
1 parent 3a708a3 commit 30cd042

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Unreleased
44

5+
-
6+
7+
**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.
8+
9+
## 1.2.0 - 2022-12-19
10+
511
- Refactored code
6-
- changed `bool add()` to `void add()`
12+
- Changed `bool add()` to `void add()`
713
- Fixed bug, that the "ongoing state" was also called when a timed transition happens
814
- Remove low level memory allocation commands to remove compliler warnings mentioned in [#2](https://github.com/LennartHennigs/SimpleFSM/issues/2)
915
- updated examples (added explanation and some addition call backs to show the state of the FSM)
1016

11-
**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.
12-
1317
## 1.1.0 - 2022-05-30
1418

1519
* Added fix for ESP32 crashes as reported by [Erik](https://github.com/snowrodeo) in [#1](https://github.com/LennartHennigs/SimpleFSM/issues/1)

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.1.0",
3+
"version": "1.2.0",
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.1.0
2+
version=1.2.0
33
author=Lennart Hennigs
44
maintainer=Lennart Hennigs <[email protected]>
55
sentence=Arduino/ESP state machine library.

0 commit comments

Comments
 (0)