0.1.0 released for gcc-8

This commit is contained in:
Mateusz Pusz
2019-05-18 13:01:09 +02:00
parent f18b00252b
commit 348dc236bd
2 changed files with 9 additions and 1 deletions

View File

@@ -54,3 +54,11 @@ For a detailed information on project compilation, testing and reuse please refe
`units` library design rationale and documentation can be found in
[doc/DESIGN.md](doc/DESIGN.md)
## Release notes
- 0.1.0 May 18, 2019
- Initial library release
- Begin semantic versioning
- The last version to work with gcc-8

View File

@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.8)
#cmake_policy(SET CMP0076 NEW)
project(units
VERSION 0.0.1
VERSION 0.1.0
LANGUAGES CXX
)