From 04183e068ffce34c720116bebe1e2c1e512a265e Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Sun, 28 Jul 2024 10:01:35 +0200 Subject: [PATCH] Prepare bugfix release --- extras/NEWS.txt | 7 ++++++- library.properties | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/extras/NEWS.txt b/extras/NEWS.txt index 0c36f811c..ba511aa3c 100644 --- a/extras/NEWS.txt +++ b/extras/NEWS.txt @@ -3,7 +3,12 @@ Mozzi sound synthesis library for Arduino NEWS get the latest version from https://sensorium.github.io/Mozzi/ -NOT YET RELEASED (github version): Mozzi 2.0 +release: v2.0.1 +- Fix compilation with configuration option MOZZI_AUDIO_INPUT +- Fix compilation with ATMEGA328PB CPUs +- Fix some erroneous compilation warnings + +release: v2.0.0 - This release is *not* 100% source compatible to earlier versions of Mozzi. Most sketches will continue to compile, but with warnings. Some will need adjustments to keep working. See https://sensorium.github.io/Mozzi/learn/porting/ . If porting is not an option, install an earlier (1.x) version of Mozzi, or use the "Mozzi_1" branch in git. diff --git a/library.properties b/library.properties index 87574f3d9..a51477d6d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Mozzi -version=2.0.0 +version=2.0.1 author=Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors maintainer=Tim Barrass sentence=Sound synthesis library for Arduino