Skip to content

Commit

Permalink
ready for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Dec 19, 2022
1 parent 3a708a3 commit 30cd042
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

## Unreleased

-

**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.

## 1.2.0 - 2022-12-19

- Refactored code
- changed `bool add()` to `void add()`
- Changed `bool add()` to `void add()`
- Fixed bug, that the "ongoing state" was also called when a timed transition happens
- Remove low level memory allocation commands to remove compliler warnings mentioned in [#2](https://github.com/LennartHennigs/SimpleFSM/issues/2)
- updated examples (added explanation and some addition call backs to show the state of the FSM)

**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.

## 1.1.0 - 2022-05-30

* Added fix for ESP32 crashes as reported by [Erik](https://github.com/snowrodeo) in [#1](https://github.com/LennartHennigs/SimpleFSM/issues/1)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SimpleFSM",
"version": "1.1.0",
"version": "1.2.0",
"keywords": "State Machine, FSM, IoT",
"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.",
"homepage": "https://github.com/LennartHennigs/SimpleFSM",
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=SimpleFSM
version=1.1.0
version=1.2.0
author=Lennart Hennigs
maintainer=Lennart Hennigs <[email protected]>
sentence=Arduino/ESP state machine library.
Expand Down

0 comments on commit 30cd042

Please sign in to comment.