Skip to content

Commit 01a6926

Browse files
bmtcrilgithub-actions[bot]
authored andcommitted
chore: preparing release 1.0.2
1 parent 4c5ec22 commit 01a6926

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.ci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SUPERSET_OAUTH2_CLIENT_SECRET: StkPwE5GzPuyH4Rp
9292
SUPERSET_ROW_LEVEL_SECURITY_XAPI_GROUP_KEY: xapi_course_id
9393
SUPERSET_SECRET_KEY: WlgA6QSQKCUNGD9PAaji0JHY
9494
SUPERSET_XAPI_DASHBOARD_SLUG: openedx-xapi
95-
ASPECTS_VERSION: 1.0.1
95+
ASPECTS_VERSION: 1.0.2
9696
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:{{ASPECTS_VERSION}}
9797
DOCKER_IMAGE_OPENEDX_DEV: edunext/openedx-aspects-dev:{{ASPECTS_VERSION}}
9898
ASPECTS_ENABLE_EVENT_BUS_CONSUMER: true

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v1.0.2 - 2024-06-20
9+
10+
### [1.0.2](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.1...v1.0.2) (2024-06-20)
11+
12+
### Bug Fixes
13+
14+
* add fallback for public hosts ([#876](https://github.com/openedx/tutor-contrib-aspects/issues/876)) ([7bbebb1](https://github.com/openedx/tutor-contrib-aspects/commit/7bbebb1fe70b4c5df5d32ec9fff65ac748e37166))
15+
* At-risk chart text rotation ([fdd15f9](https://github.com/openedx/tutor-contrib-aspects/commit/fdd15f9958423cc2e96e41bd1887d57b22b95242))
16+
* Course dash problem responses/results without PII ([1621790](https://github.com/openedx/tutor-contrib-aspects/commit/162179093174e0c3cbfd38b68d6cf4a26512133e))
17+
* Individual learner dash translations ([de4faff](https://github.com/openedx/tutor-contrib-aspects/commit/de4faffb1a7644f3e3ab94ea6e85b4a69ba287b6))
18+
19+
### Build Systems
20+
21+
* **deps:** bump urllib3 from 2.2.1 to 2.2.2 in /requirements ([#865](https://github.com/openedx/tutor-contrib-aspects/issues/865)) ([1df1e6c](https://github.com/openedx/tutor-contrib-aspects/commit/1df1e6c47ec0f07987e4f3405b8b6a95f0ea0de9))
22+
* build images on releases merges ([#875](https://github.com/openedx/tutor-contrib-aspects/issues/875)) ([4c5ec22](https://github.com/openedx/tutor-contrib-aspects/commit/4c5ec229fe4b861b17edb646eb424448e5a297a3))
23+
824
## v1.0.1 - 2024-06-18
925

1026
### [1.0.1](https://github.com/openedx/tutor-contrib-aspects/compare/v1.0.0...v1.0.1) (2024-06-18)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
commit = False
44
tag = False

tutoraspects/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "1.0.1"
5+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)