-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: trigger release with latest patches
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 0.12.9 - 2024-04-07 | ||
### Changed | ||
* update setup python and checkout action in ci workflow | ||
### Removed | ||
* duplicate setting for hadolint | ||
### Fixed | ||
* intialize n_cols_added var | ||
* skip add data types flag application was inverted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dbt-osmosis" | ||
version = "0.12.8" | ||
version = "0.12.9" | ||
description = "A dbt server and suite of optional developer tools to make developing with dbt delightful." | ||
authors = ["z3z1ma <[email protected]>"] | ||
license = "Apache-2.0" | ||
|