build: version updated to 0.7.0

This commit is contained in:
Mateusz Pusz
2020-09-13 11:46:24 +02:00
parent 3f1eb80aaf
commit eb23d004d4
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Release notes
- **0.7.0 WIP**
- **0.6.0 September 13, 2020**
- (!) gcc-9 is no longer supported (at least gcc-10 is required)
- Visual Studio 16.7 support added

View File

@@ -23,7 +23,7 @@
cmake_minimum_required(VERSION 3.12)
project(mp-units
VERSION 0.6.0
VERSION 0.7.0
LANGUAGES CXX
)