Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2018-09-09 01:16:34 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2018-09-09 01:16:34 +0300
commit691ccdc467e1c102013e2ff71b24714e901c55ee (patch)
treebe51a8b76570104438e0d394ee01e6a08a66aa86
parentd7007f461fceabac086a8404ef7855032b3467ce (diff)
Bumping version number to 3.2.13.2.1
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md8
4 files changed, 13 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index d63beeee..39a67b2c 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002000
+#define FASTLED_VERSION 3002001
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.000"
+# pragma message "FastLED version 3.002.001"
# else
-# warning FastLED version 3.002.000 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.001 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 189460c2..858b8a58 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.0",
+ "version": "3.2.1",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index 5503088c..3ec48fa7 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.0
+version=3.2.1
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
diff --git a/release_notes.md b/release_notes.md
index 69dbd6a1..d46c4d9f 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,11 @@
+FastLED 3.2.1
+=============
+* ATmega644P support
+* Adafruit Hallowwing (Thanks to Lady Ada)
+* Improved STM 32 support
+* Some user contributed cleanups
+* ESP32 APA102 output fix
+
FastLED3.2
==========
* ESP32 support with improved output and parallel output options (thanks Sam Guyer!)