From 77d9c386ae91cc48e811d411e5ab6c21655906c0 Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Mon, 26 Aug 2024 14:03:46 -0400 Subject: [PATCH] auto: increment master version to 18.0.99 --- HISTORY.md | 11 +++++++++++ VERSION.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 904e03468a2..8f5778c2232 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # Keyman Version History +## 18.0.98 alpha 2024-08-26 + +* change(ios): defer registration of fonts past initialization (#12190) +* refactor(ios): optimize font registration (#12210) +* test(mac): add unit tests to validate first calls to compliance check (#11724) +* fix(mac): limit short bundle version string to x.y.z format in info.plist (#12233) +* chore(developer): extend timeouts for lm compiler tests to 5 secs (#12273) +* fix(developer): find last matching key in LDML key bag when building KVK (#12278) +* chore(android): Cleanup stray debug statements in console (#12287) +* fix(developer): ensure call() detects invalid store in kmcmplib compiler (#12263) + ## 18.0.97 alpha 2024-08-24 * refactor(linux): cleanup API of kvk2ldml.py (#12276) diff --git a/VERSION.md b/VERSION.md index 48b8081cd1f..6ad090d9d60 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -18.0.98 \ No newline at end of file +18.0.99 \ No newline at end of file