From 80e62fe54eeafa99d2946f489b3bab431b4f1838 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 7 Dec 2025 07:57:11 -0500 Subject: [PATCH] docs(meson): version bump v0.9.14 -> v0.9.15 this version brings compostion hash caching from v2.2.5 of libcomposition --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24a26f3..31c87ed 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.9.14', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.9.15', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp')