From dc13c7e57672ed6664587062e22c799fde777766 Mon Sep 17 00:00:00 2001 From: Jochen Kiemes Date: Wed, 27 Dec 2023 11:22:25 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b9c1c1..2de6b152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ TODO: - rename RampConstAcceleration to e.g. RampControl - merge the two esp32 rmt drivers as soon as esp32c3 works -pre-0.30.10: +0.30.10: - Unify code in stepperConnectToPin to fix bug mentioned in #221 This ensures setting of per stepper speed limit is working for avr variants without side effect of uncontrolled write to I/O-region diff --git a/library.properties b/library.properties index 79d79c3a..814926c0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastAccelStepper -version=0.30.9 +version=0.30.10 1icense=MIT author=Jochen Kiemes maintainer=Jochen Kiemes