From 00c8f8fa84aa7e64b89f3f1e75333ba369cebd4c Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Sat, 10 Aug 2024 22:00:50 +0800 Subject: [PATCH] v5.3.0 --- CHANGELOG.md | 5 +++++ README.md | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5bd97..d1e5ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v5.3.0 + ++ [c++17,c++20] compatibility ++ limonp version 0.6.7 -> 0.9.0 + ## v5.2.0 + [CI] windows-[2019,2022] diff --git a/README.md b/README.md index 5fcdd34..cc95e37 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ [![Platform](https://img.shields.io/badge/platform-Linux,macOS,Windows-green.svg?style=flat)](https://github.com/yanyiwu/cppjieba) [![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html) [![Tag](https://img.shields.io/github/v/tag/yanyiwu/cppjieba.svg)](https://github.com/yanyiwu/cppjieba/releases) -[![License](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat)](http://yanyiwu.mit-license.org) -[![Build status](https://ci.appveyor.com/api/projects/status/wl30fjnm2rhft6ta/branch/master?svg=true)](https://ci.appveyor.com/project/yanyiwu/cppjieba/branch/master) ## 简介 @@ -30,7 +28,7 @@ CppJieba是"结巴(Jieba)"中文分词的C++版本 ### 下载和编译 ```sh -git clone --depth=10 --branch=master https://github.com/yanyiwu/cppjieba.git +git clone https://github.com/yanyiwu/cppjieba.git cd cppjieba git submodule init git submodule update