From f06574716daf6b1fedc2d18c8fe35c7b630fd64f Mon Sep 17 00:00:00 2001 From: Lennart Hennigs Date: Sun, 27 Oct 2024 08:54:03 +0100 Subject: [PATCH] ready for 1.3.1 --- CHANGELOG.md | 4 ++++ library.json | 2 +- library.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175fd4a..e774ce9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ **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.3.1 - 2023-10-127 + +- fixed Wrong type of memcopy argument #16 + ## 1.3.0 - 2023-10-14 - Refactored `run()` diff --git a/library.json b/library.json index 34d97cf..31f694e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SimpleFSM", - "version": "1.3.0", + "version": "1.3.1", "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", diff --git a/library.properties b/library.properties index 875dba4..fcdc12d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SimpleFSM -version=1.3.0 +version=1.3.1 author=Lennart Hennigs maintainer=Lennart Hennigs sentence=Arduino/ESP state machine library.