From 481afb1f7446332b7187c6c029b69b005e82de89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jan 2024 00:15:14 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e669a..afc5b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ +## v0.3.0 (2024-01-31) + +### Feature + +* feat(fix readme): lets try it again + +feat(fix readme): lets try it again ([`d972adb`](https://github.com/UBC-MDS/TidyverseToPandas/commit/d972adb50105041c19031a7473556992fb8dd379)) + +* feat(fix readme): lets try it again ([`0587056`](https://github.com/UBC-MDS/TidyverseToPandas/commit/05870569aec02f0afc076c0e918317ac1d5689e5)) + +### Unknown + +* feature(test release): lets try it again + +feature(test release): lets try it again ([`6da08a1`](https://github.com/UBC-MDS/TidyverseToPandas/commit/6da08a1e560caa946b5d228fa0e1b82c81ba1e6a)) + +* feature(test release): lets try it again ([`f50f6c5`](https://github.com/UBC-MDS/TidyverseToPandas/commit/f50f6c5aabd252b6859b55f38751a512012fdc92)) + +* Merge pull request #87 from UBC-MDS/786213750-patch-1 + +feature(fix bug): add again into readme ([`cb42384`](https://github.com/UBC-MDS/TidyverseToPandas/commit/cb42384f636b227d80f2f3135665503671fa508d)) + +* feature(fix bug): add again into readme ([`f16ed41`](https://github.com/UBC-MDS/TidyverseToPandas/commit/f16ed4163cd2c2d44a8da487975be7913de9e327)) + +* Merge pull request #86 from UBC-MDS/76-add-automatic-python-semantic-release + +feature(fixed toml): this will fix toml for sure ([`2332729`](https://github.com/UBC-MDS/TidyverseToPandas/commit/2332729985c63197db85a112a527de80bfe08529)) + +* feature(fixed toml): this will fix toml for sure ([`044d4a1`](https://github.com/UBC-MDS/TidyverseToPandas/commit/044d4a1f4d233bc29d872d7ba95dbe7a85ddd0c7)) + + ## v0.2.0 (2024-01-30) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 74ba17d..a56fd5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidyversetopandas" -version = "0.1.0" +version = "0.3.0" description = "Common tidyverse functions for pandas!" authors = ["Thomas, Sophia, Lily, Nando"] license = "MIT"