Skip to content

Commit c431880

Browse files
committed
Prep 0.2.2 release
1 parent 89d234f commit c431880

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log
22

3+
## 2021-04-27, Version 0.2.2
4+
5+
This release fixes issues with the lifetime relationships of `Tree` and the raw `C` arrays.
6+
Technically, this is an API change, but only with respect to return type and the integer type used to index that return type.
7+
8+
### Commits
9+
- [[`89d234f674`](https://github.com/molpopgen/tskit-rust/commit/89d234f674e8363ca6edf76f223746ae18afd283)] Replace WrappedTskArray with idiomatic slices. Closes #99 (#101) (Kevin R. Thornton)
10+
- [[`ed8329b89e`](https://github.com/molpopgen/tskit-rust/commit/ed8329b89ec633cc32150f98c1b79eaf75ee1d83)] Completely hide NodeIterator from public name spaces. (#100) (Kevin R. Thornton)
11+
12+
313
## 2021-04-26, Version 0.2.1
414

515
- [[`ff1c7ced82`](https://github.com/molpopgen/tskit-rust/commit/ff1c7ced8260091d6fe8930ebbda3a361dac0246)] Add Provenance trait as optional feature (#98). (Kevin R. Thornton)

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.2.1"
3+
version = "0.2.2"
44
authors = ["molpopgen <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)