Skip to content

Commit 6002ec9

Browse files
author
Antoni Navarro
committed
Merge branch 'update-version-1.3' into 'master'
Update version 1.3 See merge request nos-v/nodes!51
2 parents 1bf76d1 + 079f154 commit 6002ec9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# NODES Release Notes
22
All notable changes to this project will be documented in this file.
33

4+
5+
## Version 1.3.0, Fri 15 Nov, 2024
6+
The 1.3.0 version of NODES introduces support for Coroutines as well as several bug fixes and improvements related to the build system.
7+
8+
### General
9+
- Introduce support for Coroutines.
10+
- Other minor bug fixes and code improvements.
11+
12+
### Bug Fixes
13+
- Fix immediate successor logic from within busy threads.
14+
- Fix wrong header include order the build system affecting NODES' installation.
15+
16+
417
## Version 1.2.0, Wed May 15, 2024
518
The 1.2.0 version of NODES introduces several bug fixes and general improvements related to the nOS-V, ALPI, and ovni API integrations.
619

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# NODES Version and Copyright
99

10-
m4_define([nodes_version], [1.2.0])
10+
m4_define([nodes_version], [1.3.0])
1111
m4_define([nodes_license], ["GPL3"])
1212
m4_define([nodes_copyright], ["2021 Barcelona Supercomputing Center (BSC)"])
1313

0 commit comments

Comments
 (0)