Skip to content

Commit

Permalink
dbt-materialize: release v1.9.3 (#31145)
Browse files Browse the repository at this point in the history
Release `dbt-materialize` v1.9.3 with a minimal fix in seed consecutive
run logic.
  • Loading branch information
morsapaes authored Jan 22, 2025
1 parent 962c496 commit ff2d597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/dbt-materialize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dbt-materialize Changelog

## Unreleased
## 1.9.3 - 2025-01-22

* Fix a bug in the `truncate_relation_sql` macro where specifying a cluster for
seeds wasn't respecting custom cluster naming logic from user-defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.

# If you bump this version, bump it in setup.py too.
version = "1.9.2"
version = "1.9.3"
2 changes: 1 addition & 1 deletion misc/dbt-materialize/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# This adapter's minor version should match the required dbt-postgres version,
# but patch versions may differ.
# If you bump this version, bump it in __version__.py too.
version="1.9.2",
version="1.9.3",
description="The Materialize adapter plugin for dbt.",
long_description=(Path(__file__).parent / "README.md").open().read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ff2d597

Please sign in to comment.