Skip to content

Commit

Permalink
chore: release 0.13.2 with fixed dbt 1.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jun 17, 2024
1 parent 68ca97b commit 22ae16b
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 61 deletions.
9 changes: 9 additions & 0 deletions .changes/0.13.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.13.2 - 2024-06-17
### Added
* support char length and numeric precision options
### Fixed
* set env vars as invocation context for dbt>=1.8
* dead code in get_task
* set macro context generator for dbt>=1.8
* add second pos arg for get_task_cls in dbt>=1.8
* missing args on project arg mock
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.13.2 - 2024-06-17
### Added
* support char length and numeric precision options
### Fixed
* set env vars as invocation context for dbt>=1.8
* dead code in get_task
* set macro context generator for dbt>=1.8
* add second pos arg for get_task_cls in dbt>=1.8
* missing args on project arg mock

## 0.13.1 - 2024-06-14
### Fixed
* Missing second argument for BaseAdapter in dbt-core 1.8+
Expand Down
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.1"
version = "0.13.2"
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 22ae16b

Please sign in to comment.