From e709893240029c72b01fee98d7e15b8294db639a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:31:54 +0000 Subject: [PATCH] chore(main): release 0.10.2 (#95) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a1f7f..c3ed037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/chrislemke/sk-transformers/compare/v0.10.1...v0.10.2) (2023-03-09) + + +### Bug Fixes + +* broken dependencies ([3fa0a19](https://github.com/chrislemke/sk-transformers/commit/3fa0a1979ec8858623f9297d2057674950dd71dc)) + ## [0.10.1](https://github.com/chrislemke/sk-transformers/compare/v0.10.0...v0.10.1) (2023-03-09) diff --git a/pyproject.toml b/pyproject.toml index c06c4e5..342bdac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sk-transformers" -version = "0.10.1" +version = "0.10.2" description = "A collection of various pandas & scikit-learn compatible transformers for all kinds of preprocessing and feature engineering" authors = ["Christopher Lemke <1@lemke.ai>"] license = "MIT"