From 233e35e8ff7fc56ee09bdee458f68aae473b3556 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 14 Feb 2024 14:10:18 +0100 Subject: [PATCH] Release version 1.6.0 --- CHANGELOG.md | 3 +++ CMakeLists.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b36135..dc2069f 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.6.0] - 2024-02-14 + ### Changed - All events now must be declared for each emulation model and given a @@ -189,6 +191,7 @@ are used along with some other changes. - First ovni release. [unreleased]: https://pm.bsc.es/gitlab/rarias/ovni/-/commits/master +[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 [1.5.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.5.0 [1.4.1]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.4.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 04057a5..1d71cf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC) +# Copyright (c) 2021-2024 Barcelona Supercomputing Center (BSC) # SPDX-License-Identifier: GPL-3.0-or-later cmake_minimum_required(VERSION 3.20) -project(OVNI LANGUAGES C VERSION 1.5.1) +project(OVNI LANGUAGES C VERSION 1.6.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")