Skip to content

Commit eb9f295

Browse files
Prepare release 0.2.0
1 parent aa7479f commit eb9f295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

5-
project(libunicode VERSION "0.1.0" LANGUAGES CXX)
5+
project(libunicode VERSION "0.2.0" LANGUAGES CXX)
66

77
set(MASTER_PROJECT OFF)
88
if(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.1 (unreleased)
1+
## 0.2.0 (2022-11-13)
22

33
- Slightly improve performance of grapheme cluster segmentation.
44
- Fixes grapheme cluster segmentation of multiple consecutive regional flags.

0 commit comments

Comments
 (0)