Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jan 26, 2024
1 parent 616414b commit f33dda7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
snowplow-utils 0.16.0 (2024-01-26)
---------------------------------------
## Summary
This release contains a new array size macro as well as the optional ability for the unnest macros to also surface the index of the original array element for preserving the order. It also contains some fixes for redshift. Please note that from this version onwards this package is under the SPAL license.

# Features
- Add get_array_size macro
- Add optional index to unnest

## Fixes
- Fix existing tests for redshift
- Fix issue with multiple end hooks failing (Close #152)

## Under the hood
- Update license to SPAL

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

snowplow-utils 0.15.2 (2023-10-13)
---------------------------------------
## 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.15.2'
version: '0.16.0'
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.15.2'
version: '0.16.0'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit f33dda7

Please sign in to comment.