Skip to content

Commit

Permalink
🔖(patch) prepare 0.3.2 distribution release
Browse files Browse the repository at this point in the history
Fixed:

- Fix LTI roles model to handle additional roles from Moodle LTI launch requests
  • Loading branch information
wilbrdt committed Jul 3, 2024
1 parent f3cba55 commit ef7c015
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [0.3.2] - 2024-07-03

### Fixed

- Fix LTI roles model to handle additional roles from Moodle LTI launch requests

## [0.3.1] - 2024-06-26

### Added
Expand Down Expand Up @@ -69,7 +75,8 @@ and this project adheres to
- Encapsulate statements pre-processing in a Mixin class
- Factorize Video indicators

[unreleased]: https://github.com/openfun/warren/compare/v0.3.1...main
[unreleased]: https://github.com/openfun/warren/compare/v0.3.2...main
[0.3.2]: https://github.com/openfun/warren/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/openfun/warren/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/openfun/warren/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/openfun/warren/compare/v0.1.0...v0.2.0
Expand Down
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.3.1"
__version__ = "0.3.2"
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.3.1",
"version": "0.3.2",
"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.3.1"
__version__ = "0.3.2"

0 comments on commit ef7c015

Please sign in to comment.