Skip to content

Commit

Permalink
Release version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed May 10, 2024
1 parent 014152f commit e3d72fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.1] - 2024-05-10

### Fixed

- Fix breakdown model error that was preventing a zero value to be written in
Expand Down Expand Up @@ -244,6 +246,7 @@ are used along with some other changes.
- First ovni release.

[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.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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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/")

Expand Down

0 comments on commit e3d72fb

Please sign in to comment.