From 2dbadad9ecb5007eeaf58015de349528e9dff6cc Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:52:28 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9782100..75becac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/chanzuckerberg/platformics/compare/v0.1.1...v0.2.0) (2024-10-07) + + +### Features + +* allow ability to add global dependencies ([#110](https://github.com/chanzuckerberg/platformics/issues/110)) ([90bb9b6](https://github.com/chanzuckerberg/platformics/commit/90bb9b6611867c31839fa5b0766739ea65767526)) + + +### Bug Fixes + +* update import in env.py ([#107](https://github.com/chanzuckerberg/platformics/issues/107)) ([791d439](https://github.com/chanzuckerberg/platformics/commit/791d43942f756bbb70f8358206b9990f50a0c6da)) + ## [0.1.1](https://github.com/chanzuckerberg/platformics/compare/v0.1.0...v0.1.1) (2024-08-01) diff --git a/pyproject.toml b/pyproject.toml index de4c8d5..3609360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "platformics" # placeholder version that will be replace by poetry-dynamic-versioning -version = "0.1.1" +version = "0.2.0" description = "Codegen Python GraphQL Entity Framework" authors = ["CZI Team "] license = "MIT License"