Skip to content

Commit 112ae96

Browse files
committed
build: release 1.6.0
Prepare a new release which incorporates the recent fixes to the test-suite. Signed-off-by: David Rheinsberg <[email protected]>
1 parent 6bc45c0 commit 112ae96

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# c-stdaux - Auxiliary macros and functions for the C standard library
22

3+
## CHANGES WITH 1.6.0:
4+
5+
* Multiple fixes to the test-suite, which fix differences in the
6+
optimizations performed by GCC and clang.
7+
8+
Contributions from: David Rheinsberg, ms178, Nikita Popov
9+
10+
- Dußlingen, 2025-06-16
11+
312
## CHANGES WITH 1.5.0:
413

514
* Change the meson variable exports to avoid dashes in variable names,

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(
1010
],
1111
license: 'Apache',
1212
meson_version: '>=0.60.0',
13-
version: '1.5.0',
13+
version: '1.6.0',
1414
)
1515
major = meson.project_version().split('.')[0]
1616
project_description = 'Auxiliary macros and functions for the C standard library'

0 commit comments

Comments
 (0)