Skip to content

Commit

Permalink
Merge pull request #304 from openedx/bot/v0.27.0
Browse files Browse the repository at this point in the history
chore: preparing release 0.27.0
  • Loading branch information
Ian2012 authored Aug 16, 2023
2 parents e43d8c2 + a8a4799 commit eaca2fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.27.0 - 2023-08-16

### [0.27.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.26.1...v0.27.0) (2023-08-16)

#### Features

- add fields to event_sink.course_names ([9ee5fe5](https://github.com/openedx/tutor-contrib-aspects/commit/9ee5fe54fc27b32e1625808588d4c17dfcc7354f))

#### Bug Fixes

- use drop and create for increased stability ([6ccdaf4](https://github.com/openedx/tutor-contrib-aspects/commit/6ccdaf4f08a8b7ed373be4dc7f33a35ceb121a22))

#### Code Refactoring

- templatize db name in migration ([82828a6](https://github.com/openedx/tutor-contrib-aspects/commit/82828a634ae733642f3e0328af29cd7e0c324b5f))

## v0.26.1 - 2023-08-16

### [0.26.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.26.0...v0.26.1) (2023-08-16)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.26.1
current_version = 0.27.0
commit = False
tag = False
2 changes: 1 addition & 1 deletion tutoraspects/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Expose some package metadata.
"""

__version__ = "0.26.1"
__version__ = "0.27.0"

0 comments on commit eaca2fd

Please sign in to comment.