We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2505c64 commit 44c0f96Copy full SHA for 44c0f96
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.11.1] - 2022-11-04
6
+
7
+### Documentation
8
9
+- Add mdbook ([#378](https://github.com/tskit-dev/tskit-rust/pull/378))
10
11
+### Refactor
12
13
+- Apply functional style for NodeTable fns ([#377](https://github.com/tskit-dev/tskit-rust/pull/377))
14
15
## [0.11.0] - 2022-11-04
16
17
### Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "tskit"
-version = "0.11.0"
+version = "0.11.1"
authors = ["tskit developers <[email protected]>"]
build = "build.rs"
edition = "2021"
0 commit comments