Skip to content

Commit 04183e0

Browse files
committed
Prepare bugfix release
1 parent 17fdd3d commit 04183e0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

extras/NEWS.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Mozzi sound synthesis library for Arduino
33
NEWS
44
get the latest version from https://sensorium.github.io/Mozzi/
55

6-
NOT YET RELEASED (github version): Mozzi 2.0
6+
release: v2.0.1
7+
- Fix compilation with configuration option MOZZI_AUDIO_INPUT
8+
- Fix compilation with ATMEGA328PB CPUs
9+
- Fix some erroneous compilation warnings
10+
11+
release: v2.0.0
712
- This release is *not* 100% source compatible to earlier versions of Mozzi. Most sketches will continue to compile,
813
but with warnings. Some will need adjustments to keep working. See https://sensorium.github.io/Mozzi/learn/porting/ .
914
If porting is not an option, install an earlier (1.x) version of Mozzi, or use the "Mozzi_1" branch in git.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Mozzi
2-
version=2.0.0
2+
version=2.0.1
33
author=Tim Barrass and contributors as documented in source, and at https://github.com/sensorium/Mozzi/graphs/contributors
44
maintainer=Tim Barrass <faveflave@gmail.com>
55
sentence=Sound synthesis library for Arduino

0 commit comments

Comments
 (0)