diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2022-04-15 23:26:07 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2022-04-15 23:26:07 +0200 |
commit | c729c54be17b932cd9c211ecf9eee4b27a6323e2 (patch) | |
tree | 15c23419db2cad9184551256b4c0c5458c46fcff | |
parent | 852463082cc28cdebcb2626f4af348d7aff26d72 (diff) | |
download | mephisto.lv2-master.tar.xz (sig) |
-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') |