Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 11, 2024
1 parent 418f9f2 commit 74f8e46
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-media-player 0.9.0 (2024-10-15)
---------------------------------------
## Summary
This release adds support for Apache Spark with the Iceberg file format and updates integration tests to ensure proper functionality.

## Features
- Add support for Apache Spark with Iceberg file format

## Under the hood
- Modify integration tests to support Spark

## Upgrading
Update the snowplow-media-player version in your `packages.yml` file.

snowplow-media-player 0.8.0 (2024-06-20)
---------------------------------------
## 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_media_player'
version: '0.8.0'
version: '0.9.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_media_player_integration_tests'
version: '0.8.0'
version: '0.9.0'
config-version: 2

profile: 'integration_tests'
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: "https://github.com/snowplow/dbt-snowplow-utils.git"
revision: "release/snowplow-utils/0.17"
- package: snowplow/snowplow_utils
version: [">=0.17.0", "<0.18.0"]

0 comments on commit 74f8e46

Please sign in to comment.