File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
22
33list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
44
5- project (timsort VERSION 3.0.0 LANGUAGES CXX)
5+ project (timsort VERSION 3.0.1 LANGUAGES CXX)
66
77include (CMakePackageConfigHelpers)
88include (GNUInstallDirs)
Original file line number Diff line number Diff line change 1- [ ![ Latest Release] ( https://img.shields.io/badge/release-3.0.0 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v3.0.0 )
2- [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F3.0.0 -blue.svg )] ( https://conan.io/center/recipes/timsort?version=3.0.0 )
1+ [ ![ Latest Release] ( https://img.shields.io/badge/release-3.0.1 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v3.0.1 )
2+ [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F3.0.1 -blue.svg )] ( https://conan.io/center/recipes/timsort?version=3.0.1 )
33[ ![ Pitchfork Layout] ( https://img.shields.io/badge/standard-PFL-orange.svg )] ( https://github.com/vector-of-bool/pitchfork )
44
55## TimSort
@@ -120,7 +120,7 @@ Alternatively the library is also available [Conan Center][conan-center] and can
120120[ Conan] [ conan ] cache with the following command:
121121
122122``` sh
123- conan install --requires=timsort/3.0.0
123+ conan install --requires=timsort/3.0.1
124124```
125125
126126## DIAGNOSTICS & INFORMATION
You can’t perform that action at this time.
0 commit comments