Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 11, 2024
1 parent 451ed1f commit 93b3de3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
snowplow-unified 0.3.1 (2024-03-11)
---------------------------------------
## Summary
This release fixes an issue where it was not possible to full refresh a single table using the `models_to_remove` variable, as well as removing a non-valid tests on the conversions table.

## Fixes
- Fix missing argument in `snowplow_utils.snowplow_delete_from_manifest` call
- Remove null test on `user_id` in conversions table

## Upgrading
Bump the snowplow-unified version in your `packages.yml` file.

snowplow-unified 0.3.0 (2024-02-26)
---------------------------------------
## 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_unified'
version: '0.3.0'
version: '0.3.1'
config-version: 2

require-dbt-version: [">=1.6.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_unified_integration_tests'
version: '0.3.0'
version: '0.3.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 93b3de3

Please sign in to comment.