diff --git a/NEWS b/NEWS index e8bf32e0..1b8f464b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes leading to 0.10.2 +Sunday, September 22, 2024 +==================================== + +Fix Unicode codepoint conversion from UTF-16. + Overview of changes leading to 0.10.1 Wednesday, April 12, 2023 ==================================== diff --git a/meson.build b/meson.build index d122b783..e4c8e938 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'raqm', 'c', - version: '0.10.1', + version: '0.10.2', default_options: [ 'c_std=c99', 'cpp_std=c++11',