Release version 1.9.1
All checks were successful
CI / build:debug (pull_request) Successful in 1m14s
CI / build:compilers (pull_request) Successful in 1m35s
CI / build:nompi (pull_request) Successful in 1m38s
CI / build:local (pull_request) Successful in 1m49s
CI / build:rt (pull_request) Successful in 1m54s
CI / build:asan (pull_request) Successful in 2m22s

This commit is contained in:
Rodrigo Arias 2024-05-09 16:10:43 +02:00
parent 3a300c816e
commit 3d77ff0820
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.9.1] - 2024-05-09
### Fixed ### Fixed
- Fix breakdown model error that was preventing a zero value to be written in - Fix breakdown model error that was preventing a zero value to be written in
@ -243,6 +245,7 @@ are used along with some other changes.
- First ovni release. - First ovni release.
[unreleased]: https://jungle.bsc.es/git/rarias/ovni [unreleased]: https://jungle.bsc.es/git/rarias/ovni
[1.9.1]: https://github.com/rodarima/ovni/releases/tag/1.9.1
[1.9.0]: https://github.com/rodarima/ovni/releases/tag/1.9.0 [1.9.0]: https://github.com/rodarima/ovni/releases/tag/1.9.0
[1.8.0]: https://github.com/rodarima/ovni/releases/tag/1.8.0 [1.8.0]: https://github.com/rodarima/ovni/releases/tag/1.8.0
[1.7.0]: https://github.com/rodarima/ovni/releases/tag/1.7.0 [1.7.0]: https://github.com/rodarima/ovni/releases/tag/1.7.0

View File

@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
project(OVNI LANGUAGES C VERSION 1.9.0) project(OVNI LANGUAGES C VERSION 1.9.1)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")