From 7c581801b3f30a780c423269f59d4273124b5e85 Mon Sep 17 00:00:00 2001 From: z3z1ma Date: Fri, 22 Sep 2023 10:18:31 -0700 Subject: [PATCH] chore: release new version --- .changes/0.12.4.md | 5 +++++ CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changes/0.12.4.md diff --git a/.changes/0.12.4.md b/.changes/0.12.4.md new file mode 100644 index 0000000..b8f8f1b --- /dev/null +++ b/.changes/0.12.4.md @@ -0,0 +1,5 @@ +## 0.12.4 - 2023-09-22 +### Added +* enabled more pre-commit hooks +### Fixed +* use yaml for deserializing vars flag diff --git a/CHANGELOG.md b/CHANGELOG.md index d696e43..3a2b942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.12.4 - 2023-09-22 +### Added +* enabled more pre-commit hooks +### Fixed +* use yaml for deserializing vars flag + ## 0.12.3 - 2023-09-20 ### Fixed * Hotfix for incorrect var name diff --git a/pyproject.toml b/pyproject.toml index 02f83b7..64d5867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-osmosis" -version = "0.12.3" +version = "0.12.4" description = "A dbt server and suite of optional developer tools to make developing with dbt delightful." authors = ["z3z1ma "] license = "Apache-2.0"