We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7479f commit eb9f295Copy full SHA for eb9f295
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
2
3
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
4
5
-project(libunicode VERSION "0.1.0" LANGUAGES CXX)
+project(libunicode VERSION "0.2.0" LANGUAGES CXX)
6
7
set(MASTER_PROJECT OFF)
8
if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
Changelog.md
@@ -1,4 +1,4 @@
1
-## 0.1.1 (unreleased)
+## 0.2.0 (2022-11-13)
- Slightly improve performance of grapheme cluster segmentation.
- Fixes grapheme cluster segmentation of multiple consecutive regional flags.
0 commit comments