From f4296c66e4abac5bc9e660fe3490b8f185d88612 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 18 Mar 2024 11:17:48 +0100 Subject: [PATCH] Release version 1.8.0 It is the 888 commit :-) --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ae489..162b6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2024-03-18 + ### Added - Add new body model to support parallel tasks in nOS-V (used in taskfor). @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 another one. A compatibility flag is still available to still allow the old behavior. - Nanos6 model version increased to 1.1.0. +- nOS-V model version increased to 2.0.0. ## [1.7.0] - 2024-03-12 @@ -219,6 +222,7 @@ are used along with some other changes. - First ovni release. [unreleased]: https://pm.bsc.es/gitlab/rarias/ovni/-/commits/master +[1.8.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.8.0 [1.7.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.7.0 [1.6.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.6.0 [1.5.1]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.5.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f9d6a0..f60455f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20) -project(OVNI LANGUAGES C VERSION 1.7.0) +project(OVNI LANGUAGES C VERSION 1.8.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")