From 583291bd4a0e59d5bd5634a5f23b759a876875a0 Mon Sep 17 00:00:00 2001 From: bmtcril <112640379+bmtcril@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:28:50 +0000 Subject: [PATCH] chore: preparing release 0.89.0 --- .ci/config.yml | 2 +- CHANGELOG.md | 13 +++++++++++++ setup.cfg | 2 +- tutoraspects/__about__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.ci/config.yml b/.ci/config.yml index 280ba2335..b07a07fdc 100644 --- a/.ci/config.yml +++ b/.ci/config.yml @@ -92,6 +92,6 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi -ASPECTS_VERSION: 0.88.0 +ASPECTS_VERSION: 0.89.0 DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}} DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b05ff0a8..5bf642ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.89.0 - 2024-03-25 + +### [0.89.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.88.0...v0.89.0) (2024-03-25) + +#### Features + +* add dataset for pageview engagement charts ([f62ecb9](https://github.com/openedx/tutor-contrib-aspects/commit/f62ecb99df238e71c1d99615cae0ea6ae2b67d90)) + +#### Build Systems + +* only push cache on latest ([acba540](https://github.com/openedx/tutor-contrib-aspects/commit/acba540a58fa741ce6f65c0067a16d1e67458014)) +* skip login to docker hub and push step on error ([2726e4a](https://github.com/openedx/tutor-contrib-aspects/commit/2726e4abaa911d260f6bbdf010cb79ae1e5cb16f)) + ## v0.88.0 - 2024-03-20 ### [0.88.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.87.1...v0.88.0) (2024-03-20) diff --git a/setup.cfg b/setup.cfg index a9d5fb3cb..826e5790f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.88.0 +current_version = 0.89.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index ae240b385..ce54564d3 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.88.0" +__version__ = "0.89.0"