Skip to content

Commit e8ce137

Browse files
committed
New point release for Conan upload
1 parent f5802fb commit e8ce137

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR)
22

3-
project (taocpp-sequences VERSION 2.0.0 LANGUAGES CXX)
3+
project (taocpp-sequences VERSION 2.0.1 LANGUAGES CXX)
44

55
# installation directories
66
set (TAOCPP_SEQUENCES_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory")

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@ Given a predicate `less`...
418418

419419
## Changelog
420420

421+
### 2.0.1
422+
423+
Released 2019-11-09
424+
425+
* Fixed Conan upload.
426+
421427
### 2.0.0
422428

423429
Released 2019-11-07

0 commit comments

Comments
 (0)