13.0.1
diff --git a/NEWS b/NEWS index 822fab9..e2bfce9 100644 --- a/NEWS +++ b/NEWS
@@ -1,3 +1,10 @@ +Overview of changes leading to 13.0.1 +Saturday, March 7, 2026 +===================================== +- Bug fixes in rendering `COLR` v1 fonts. +- Various build fixes. + + Overview of changes leading to 13.0.0 Wednesday, March 4, 2026 =====================================
diff --git a/meson.build b/meson.build index fb297e6..14003c2 100644 --- a/meson.build +++ b/meson.build
@@ -1,6 +1,6 @@ project('harfbuzz', ['c', 'cpp'], meson_version: '>= 0.60.0', - version: '13.0.0', + version: '13.0.1', default_options: [ 'cpp_eh=none', # Just to support msvc, we are passing -fno-exceptions also anyway # 'cpp_rtti=false', # Do NOT enable, wraps inherit it and ICU needs RTTI
diff --git a/src/hb-version.h b/src/hb-version.h index f72e7fc..c52497f 100644 --- a/src/hb-version.h +++ b/src/hb-version.h
@@ -53,14 +53,14 @@ * * The micro component of the library version available at compile-time. */ -#define HB_VERSION_MICRO 0 +#define HB_VERSION_MICRO 1 /** * HB_VERSION_STRING: * * A string literal containing the library version available at compile-time. */ -#define HB_VERSION_STRING "13.0.0" +#define HB_VERSION_STRING "13.0.1" /** * HB_VERSION_ATLEAST: