File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ The following API changes should be documented as such:
3030If 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments