Skip to content

Commit 2dff9a4

Browse files
authored
Merge pull request #197 from openedx/bot/v0.16.1
chore: preparing release 0.16.1
2 parents da3301f + c370160 commit 2dff9a4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
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+
## v0.16.1 - 2023-07-25
9+
10+
### [0.16.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.16.0...v0.16.1) (2023-07-25)
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
- parse course key in MV queries (FC-0024) (#193)
15+
16+
### Bug Fixes
17+
18+
- Make migration replace the old table ([79076ed](https://github.com/openedx/tutor-contrib-aspects/commit/79076edae05666c330e156dce3487fc4dfd3ae7c))
19+
20+
### Code Refactoring
21+
22+
- parse course key in MV queries (FC-0024) ([#193](https://github.com/openedx/tutor-contrib-aspects/issues/193)) ([ab066a5](https://github.com/openedx/tutor-contrib-aspects/commit/ab066a53b2c4f6d34a9c841ac0bb2907af9d42dc))
23+
824
## v0.16.0 - 2023-07-17
925

1026
### [0.16.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.15.0...v0.16.0) (2023-07-17)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.16.0
2+
current_version = 0.16.1
33
commit = False
44
tag = False

tutoraspects/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Expose some package metadata.
33
"""
44

5-
__version__ = "0.16.0"
5+
__version__ = "0.16.1"

0 commit comments

Comments
 (0)