From c1f89e49f916bb47891bc9cdf209e76fabd3e887 Mon Sep 17 00:00:00 2001 From: Jochen Kiemes Date: Fri, 19 Jan 2024 12:48:52 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- README.md | 4 ++-- library.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe84bf..9069d0b 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.11: +0.30.11: - esp32s3: add support for rmt from patch #225 0.30.10: diff --git a/README.md b/README.md index b9deba6..e0319d8 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ No issue with platformio. Check the [related issue](https://github.com/arduino/l ![Run tests](https://github.com/gin66/FastAccelStepper/workflows/Run%20tests/badge.svg?no_cache_0.28.1) ![Simvar tests](https://github.com/gin66/FastAccelStepper/workflows/Run%20tests%20with%20simavr/badge.svg?no_cache_0.28.1) -## Build for ESP33-platform +## Build for ESP32-platform -Build examples for different versions: +Build examples for different versions of espressif-arduino platform: ### esp32 [![`V6_5_0`](https://github.com/gin66/FastAccelStepper/actions/workflows/build_examples_esp32_V6_5_0.yml/badge.svg)](https://github.com/gin66/FastAccelStepper/actions/workflows/build_examples_esp32_V6_5_0.yml) diff --git a/library.properties b/library.properties index 814926c..ab02498 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastAccelStepper -version=0.30.10 +version=0.30.11 1icense=MIT author=Jochen Kiemes maintainer=Jochen Kiemes