From 9ae9f87e2bd3601f77558c087331118886546465 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Fri, 17 Apr 2026 12:45:58 -0700 Subject: [PATCH] add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a7a1f5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.0-alpha.0] - 2026-04-17 + +### Documentation + +- Move all crate-level docs to README ([#34](https://github.com/tskit-dev/tskit-rust/pull/34)) +- More README content ([#35](https://github.com/tskit-dev/tskit-rust/pull/35)) +- Rationale ([#37](https://github.com/tskit-dev/tskit-rust/pull/37)) + +### Miscellaneous Tasks + +- Various details for publishing the crate ([#33](https://github.com/tskit-dev/tskit-rust/pull/33)) + +### Testing + +- Remove unnecessary feature flags for tskit ([#36](https://github.com/tskit-dev/tskit-rust/pull/36)) + +