Skip to content

Commit 3f5ebd0

Browse files
committed
Release v3.0.1
1 parent fa3f535 commit 3f5ebd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0)
22

33
list(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

77
include(CMakePackageConfigHelpers)
88
include(GNUInstallDirs)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)