Skip to content

Commit 12e4eff

Browse files
Update changelog and C changes for 1.3.1
1 parent 2e77f40 commit 12e4eff

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

c/CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
--------------------
2+
[1.3.1] - 2026-03-06
3+
--------------------
4+
5+
Maintenance release.
6+
7+
- Update to kastore 2.1.2
8+
- Fix doc typo for file uuid (:pr:`3399`)
9+
- Migrate linting to clang-format 21.1.8 (:pr:`3389`)
10+
- Support compile time setting of debug stream (:pr:`3364`)
11+
112
--------------------
213
[1.3.0] - 2025-11-27
314
--------------------
@@ -32,7 +43,7 @@
3243

3344
- ``tsk_treeseq_init`` now requires that mutation parents in the table collection
3445
are correct and consistent with the topology of the tree at each mutation site.
35-
Returns ``TSK_ERR_BAD_MUTATION_PARENT`` if this is not the case, or
46+
Returns ``TSK_ERR_BAD_MUTATION_PARENT`` if this is not the case, or
3647
``TSK_ERR_MUTATION_PARENT_AFTER_CHILD`` if the mutations are not in an order
3748
compatible with the correct mutation parent.
3849
(:user:`benjeffery`, :issue:`2729`, :issue:`2732`, :pr:`3212`).

c/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

c/tskit/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
152152
The library patch version. Incremented when any changes not relevant to the
153153
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
154154
*/
155-
#define TSK_VERSION_PATCH 0
155+
#define TSK_VERSION_PATCH 1
156156
/** @} */
157157

158158
/*

0 commit comments

Comments
 (0)