Skip to content

Commit

Permalink
chore: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Sep 22, 2023
1 parent 6ff2757 commit 7c58180
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/0.12.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.12.4 - 2023-09-22
### Added
* enabled more pre-commit hooks
### Fixed
* use yaml for deserializing vars flag
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <butler.alex2010@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 7c58180

Please sign in to comment.