From 5605482f4d377204db7035bf4b15d7f810e6621a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:35:15 +0000 Subject: [PATCH] chore(main): release 0.2.5 (#12) 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 faaeb8f..646351d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/chrislemke/autoembedder/compare/v0.2.4...v0.2.5) (2023-02-07) + + +### CI/CD + +* improve github actions ([#11](https://github.com/chrislemke/autoembedder/issues/11)) ([7ba6fc6](https://github.com/chrislemke/autoembedder/commit/7ba6fc64b95d36f763a547538caf985cb533db77)) + ## [0.2.4](https://github.com/chrislemke/autoembedder/compare/v0.2.3...v0.2.4) (2023-01-21) diff --git a/pyproject.toml b/pyproject.toml index 3f8c4e1..8c67df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Autoembedder" -version = "0.2.4" +version = "0.2.5" description = "PyTorch autoencoder with additional embeddings layer for categorical data." authors = ["Christopher Lemke "] license = "MIT"