We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0fee0 commit df08bb9Copy full SHA for df08bb9
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR)
2
3
-project (taocpp-operators VERSION 1.0.2 LANGUAGES CXX)
+project (taocpp-operators VERSION 1.1.1 LANGUAGES CXX)
4
5
# installation directories
6
set (TAOCPP_OPERATORS_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory")
README.md
@@ -913,6 +913,12 @@ work-around:
913
914
## Changelog
915
916
+### 1.1.1
917
+
918
+Released 2018-06-17
919
920
+* Automatic upload of Conan packages on release.
921
922
### 1.1.0
923
924
Released 2018-06-17
0 commit comments