From b6903bc445ccb046ae9574606a69df804510dc3b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 7 Sep 2023 10:26:12 +0200 Subject: [PATCH] Release version 1.3.0 --- CHANGELOG.md | 5 ++++- CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17a773..05f9441 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.3.0] - 2023-09-07 + ### Added - Add `ovni_version_get()` function. @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add TAMPI model with `T` code. - Add subsytem events and cfgs for TAMPI model. - Add MPI model with `M` code. -- Add interface events and cfgs for MPI model. +- Add function events and cfgs for MPI model. ## [1.2.2] - 2022-07-26 @@ -122,6 +124,7 @@ are used along with some other changes. - First ovni release. [unreleased]: https://pm.bsc.es/gitlab/rarias/ovni/-/commits/master +[1.3.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.3.0 [1.2.2]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.2.2 [1.2.1]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.2.1 [1.2.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.2.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 8816489..06ec0b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20) -project(OVNI LANGUAGES C VERSION 1.2.2) +project(OVNI LANGUAGES C VERSION 1.3.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")