Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jul 4, 2023
1 parent 843a4c5 commit 9877aea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-utils 0.14.3 (2023-07-04)
---------------------------------------
## Summary
This version adds the ability to specify which package is returning the run limits in the `print_run_limits` macro, and fixes an issue with using string agg in Databricks with many `null` values.

## Features
- Add ability to tag package in limits (Close #133)

## Fixes
- Fix issue with large volume of nulls in databricks string agg

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

snowplow-utils 0.14.2 (2023-04-19)
---------------------------------------
## 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.14.2'
version: '0.14.3'
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.14.2'
version: '0.14.3'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 9877aea

Please sign in to comment.