From 74f8e46ff472aecbcb5afe8a35c4779179733739 Mon Sep 17 00:00:00 2001 From: Ilias Xenogiannis Date: Fri, 11 Oct 2024 17:00:01 +0300 Subject: [PATCH] prepare for release --- CHANGELOG | 14 ++++++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- packages.yml | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 49ef8f0..94649e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/dbt_project.yml b/dbt_project.yml index 3102280..8c3ddc3 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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'] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 151538c..d864af9 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_media_player_integration_tests' -version: '0.8.0' +version: '0.9.0' config-version: 2 profile: 'integration_tests' diff --git a/packages.yml b/packages.yml index 8f3da37..5a0a730 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - - git: "https://github.com/snowplow/dbt-snowplow-utils.git" - revision: "release/snowplow-utils/0.17" \ No newline at end of file + - package: snowplow/snowplow_utils + version: [">=0.17.0", "<0.18.0"] \ No newline at end of file