Skip to content

Commit 2eeb66b

Browse files
committed
Update version number and changelog
1 parent 413ef1e commit 2eeb66b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-03-06 version 1.2.1
2+
* Fixed `sum` using integer accumulator with floating point input
3+
* Various build system improvements
4+
15
2021-01-23 version 1.2.0
26
* Added CMake build supporting tests and documentation
37
* Fixed some compiler warnings

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.14)
2-
project(cotila VERSION 1.2.0 LANGUAGES CXX DESCRIPTION "A compile time linear algebra system" HOMEPAGE_URL "https://github.com/calebzulawski/cotila")
2+
project(cotila VERSION 1.2.1 LANGUAGES CXX DESCRIPTION "A compile time linear algebra system" HOMEPAGE_URL "https://github.com/calebzulawski/cotila")
33

44
option(BUILD_TESTING "Build Cotila tests" ON)
55
option(BUILD_DOCS "Build Doxygen documentation" OFF)

0 commit comments

Comments
 (0)