Skip to content

Commit 3f05915

Browse files
committed
prep v0.13.1 release
1 parent c000332 commit 3f05915

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.13.1] - 2023-02-01
6+
7+
### Documentation
8+
9+
- Update git cliff command in README
10+
- Fix links to provenance table in docs ([#471](https://github.com/tskit-dev/tskit-rust/pull/471))
11+
- Remove references to "Owning" table types. ([#472](https://github.com/tskit-dev/tskit-rust/pull/472))
12+
13+
### Miscellaneous Tasks
14+
15+
- Update delegate requirement from 0.8.0 to 0.9.0 ([#469](https://github.com/tskit-dev/tskit-rust/pull/469))
16+
17+
### Testing
18+
19+
- Use cargo semver-checks during CI ([#470](https://github.com/tskit-dev/tskit-rust/pull/470))
20+
521
## [0.13.0] - 2023-01-31
622

723
### Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tskit"
3-
version = "0.13.1-alpha.0"
3+
version = "0.13.1"
44
authors = ["tskit developers <[email protected]>"]
55
build = "build.rs"
66
edition = "2021"

0 commit comments

Comments
 (0)