Skip to content

Commit 17fd3b2

Browse files
committed
Increasing release version and updating CHANGELOG
1 parent 92b2180 commit 17fd3b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## Version 3.0.1, Thu Dec 7, 2023
6+
The 3.0.1 release introduces bug fixes.
7+
8+
### General
9+
- Fix memory order in an atomic store
10+
- Update README with information regarding the [OpenMP-V]((https://github.com/bsc-pm/llvm) runtime
11+
12+
513
## Version 3.0, Fri Nov 17, 2023
614
The 3.0 release introduces the use of the generic ALPI tasking interface, bug fixes, and improved usability and programmability. This version also extends the ovni instrumentation to show more information regarding the TAMPI behavior in Paraver traces.
715

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (C) 2015-2023 Barcelona Supercomputing Center (BSC)
77

88
AC_PREREQ([2.69])
9-
AC_INIT([tampi], [3.0], [[email protected]])
9+
AC_INIT([tampi], [3.0.1], [[email protected]])
1010

1111
AC_CONFIG_MACRO_DIR([m4])
1212
AC_CONFIG_SRCDIR([src])

0 commit comments

Comments
 (0)