Skip to content

Commit f065747

Browse files
ready for 1.3.1
1 parent 409a430 commit f065747

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

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

9+
## 1.3.1 - 2023-10-127
10+
11+
- fixed Wrong type of memcopy argument #16
12+
913
## 1.3.0 - 2023-10-14
1014

1115
- Refactored `run()`

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

0 commit comments

Comments
 (0)