Release version 1.5.0
This commit is contained in:
parent
1918ab6669
commit
75833f5e21
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.0] - 2023-12-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New function `ovni_thread_require()` to selectively enable emulation models
|
- New function `ovni_thread_require()` to selectively enable emulation models
|
||||||
@ -168,6 +170,7 @@ are used along with some other changes.
|
|||||||
- First ovni release.
|
- First ovni release.
|
||||||
|
|
||||||
[unreleased]: https://pm.bsc.es/gitlab/rarias/ovni/-/commits/master
|
[unreleased]: https://pm.bsc.es/gitlab/rarias/ovni/-/commits/master
|
||||||
|
[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
|
[1.4.1]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.4.1
|
||||||
[1.4.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.4.0
|
[1.4.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.4.0
|
||||||
[1.3.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.3.0
|
[1.3.0]: https://pm.bsc.es/gitlab/rarias/ovni/-/tags/1.3.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(OVNI LANGUAGES C VERSION 1.4.1)
|
project(OVNI LANGUAGES C VERSION 1.5.0)
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user