Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Apr 12, 2024
1 parent d27a9d9 commit 5197f58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
snowplow-utils 0.16.4 (2024-04-15)
---------------------------------------
## Summary
This releases adds more flexibility to the `exclude_versions` argument of the `combine_column_versions` macro for BigQuery to allow removal of any column with the suffix of the specified version.

## Fixes
- Remove hardcoded structure requirement to exclude column versions.

## Upgrading
To upgrade, bump the package version in your `packages.yml` file.

snowplow-utils 0.16.3 (2024-03-11)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_utils'
version: '0.16.3'
version: '0.16.4'
config-version: 2

require-dbt-version: [">=1.4.0", "<2.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_utils_integration_tests'
version: '0.16.3'
version: '0.16.4'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 5197f58

Please sign in to comment.