From c6e3be528852fb3bbc94a75eefbaff6053f09cdf Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Mon, 27 May 2024 21:05:54 -0500 Subject: [PATCH] Add `CHANGELOG.md` to rustywind-core --- rustywind-core/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rustywind-core/CHANGELOG.md diff --git a/rustywind-core/CHANGELOG.md b/rustywind-core/CHANGELOG.md new file mode 100644 index 0000000..59bb5b1 --- /dev/null +++ b/rustywind-core/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [Unreleased] + +## [0.1.2] - 2024-05-27 + +- Made `sort_classes` function public, thanks [@Rolv-Apneseth](https://github.com/Rolv-Apneseth), in [#104](https://github.com/avencera/rustywind/pull/104) + +## [0.1.1] - 2024-04-12 + +- Improve docs + +## [0.1.0] - 2024-04-12 + +- Initial release of RustyWind functionality split into multiple crates, thanks [@Rolv-Apneseth](https://github.com/Rolv-Apneseth) and [@bram209](https://github.com/bram209), in [#100](https://github.com/avencera/rustywind/pull/100)