Skip to content

Commit a23ab4e

Browse files
authored
Merge pull request #3408 from eseiler/chore/release
chore: set release version
2 parents 01dfa6c + 3c03578 commit a23ab4e

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
@@ -30,6 +30,14 @@ The following API changes should be documented as such:
3030
If possible, provide tooling that performs the changes, e.g. a shell-script.
3131
-->
3232

33+
# 3.4.2
34+
35+
## Notable Bug-fixes
36+
37+
#### Misc
38+
* Resolved warnings and errors arising with Clang 22 ([\#3404](https://github.com/seqan/seqan3/pull/3404)).
39+
* Resolved a rare data race in the BGZF stream ([\#3406](https://github.com/seqan/seqan3/pull/3406)).
40+
3341
# 3.4.1
3442

3543
## Notable Bug-fixes

include/seqan3/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!\brief The patch version as MACRO.
2020
#define SEQAN3_VERSION_PATCH 2
2121
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
22-
#define SEQAN3_RELEASE_CANDIDATE 1
22+
#define SEQAN3_RELEASE_CANDIDATE 0
2323

2424
//!\brief The full version as MACRO (number).
2525
#define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)

0 commit comments

Comments
 (0)