Skip to content

Commit

Permalink
🔖(minor) prepare 0.2.0 distribution release
Browse files Browse the repository at this point in the history
Added

- Send LTI course id to the frontend
- Add a warren migration check CLI command

Changed

- Restrict dashboards access to instructors and administrators
- Change cache key to indicator attributes instead of LRS query parameters

Fixed

- Fix Breadcrumb trail order to be `organization > course > session`
  • Loading branch information
wilbrdt committed May 21, 2024
1 parent 1fe91eb commit 6615865
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to

## [Unreleased]


## [0.2.0] - 2024-05-21

### Added

- Send LTI course id to the frontend
Expand Down Expand Up @@ -47,5 +50,6 @@ and this project adheres to
- Encapsulate statements pre-processing in a Mixin class
- Factorize Video indicators

[unreleased]: https://github.com/openfun/warren/compare/v0.1.0...main
[unreleased]: https://github.com/openfun/warren/compare/v0.2.0...main
[0.2.0]: https://github.com/openfun/warren/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/openfun/warren/compare/abae78e...v0.1.0
2 changes: 1 addition & 1 deletion src/api/core/warren/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Warren package."""

__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion src/app/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source" : "https://github.com/openfun/warren",
"version": "0.1.0",
"version": "0.2.0",
"commit" : "fixme",
"build" : "fixme"
}
2 changes: 1 addition & 1 deletion src/app/warren/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Warren app."""

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 6615865

Please sign in to comment.