free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

Version 0.10.0 #272

Closed defiantnerd closed 2 months ago

defiantnerd commented 2 months ago

Having ARA complete for VST3, I'd like to name this a 0.10.0 release.

baconpaul commented 2 months ago

I tagged main as 0.10.0 last week after we chatted in discord - the tag and changelog are all there and up to date. Did I miss a commit? We can make a 0.10.1 if so

baconpaul commented 2 months ago

Ahh yeah I tagged it but forgot to update the cmake :(

baconpaul commented 2 months ago

So I think what we should do is

Make this 0.10.1 Merge it Then tag it

since I would like tags to be immutable

agree?

defiantnerd commented 2 months ago

I agree.

baconpaul commented 2 months ago

Ok I can handle that tonight or tomorrow morning

baconpaul commented 2 months ago

OK 0.10.1 is now main with this change, next and main are the same, the tag is there, CMakeLists has the right version, the changeling is updated, and we also included the two changes @mtytel made (VST3 timer and MSVC Runtime optional).