diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | meson_options.txt | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -4,6 +4,14 @@ --> # Changelog +## [0.18.2] - 15 Apr 2022 + +### Fixed + +* reuse compliance +* do not treat warnings as errorsa +* unit test failures + ## [0.18.0] - 15 Apr 2022 ### Fixed @@ -31,7 +31,7 @@ folder out of the platform folder of the downloaded package into your #### Stable release -* [mephisto.lv2-0.18.0.zip](https://dl.open-music-kontrollers.ch/mephisto.lv2/stable/mephisto.lv2-0.18.0.zip) ([sig](https://dl.open-music-kontrollers.ch/mephisto.lv2/stable/mephisto.lv2-0.18.0.zip.sig)) +* [mephisto.lv2-0.18.2.zip](https://dl.open-music-kontrollers.ch/mephisto.lv2/stable/mephisto.lv2-0.18.2.zip) ([sig](https://dl.open-music-kontrollers.ch/mephisto.lv2/stable/mephisto.lv2-0.18.2.zip.sig)) #### Unstable (nightly) release @@ -41,7 +41,7 @@ folder out of the platform folder of the downloaded package into your #### Stable release -* [mephisto.lv2-0.18.0.tar.xz](https://git.open-music-kontrollers.ch/lv2/mephisto.lv2/snapshot/mephisto.lv2-0.18.0.tar.xz)([sig](https://git.open-music-kontrollers.ch/lv2/mephisto.lv2/snapshot/mephisto.lv2-0.18.0.tar.xz.asc)) +* [mephisto.lv2-0.18.2.tar.xz](https://git.open-music-kontrollers.ch/lv2/mephisto.lv2/snapshot/mephisto.lv2-0.18.2.tar.xz)([sig](https://git.open-music-kontrollers.ch/lv2/mephisto.lv2/snapshot/mephisto.lv2-0.18.2.tar.xz.asc)) #### Git repository diff --git a/meson_options.txt b/meson_options.txt index 7c0625e..3c323c8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -27,4 +27,4 @@ option('lv2libdir', type : 'string', value : 'lib/lv2') -option('version', type : 'string', value : '0.19.23') +option('version', type : 'string', value : '0.18.2') |