From 4edb19a987eb9b0e38e8f55e7cc2ae2595e37647 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:19:16 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1761a75..c364f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/chanzuckerberg/platformics/compare/v0.4.0...v0.4.1) (2024-10-21) + + +### Bug Fixes + +* Don't create migration if there are no schema changes ([#118](https://github.com/chanzuckerberg/platformics/issues/118)) ([979518b](https://github.com/chanzuckerberg/platformics/commit/979518b76f79894ee1d798b966d0279f04d292ab)) + ## [0.4.0](https://github.com/chanzuckerberg/platformics/compare/v0.3.0...v0.4.0) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index f442ec8..3ea4c47 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.4.0" +version = "0.4.1" description = "Codegen Python GraphQL Entity Framework" authors = ["CZI Team "] license = "MIT License"