Skip to content

Commit ef7c015

Browse files
committed
🔖(patch) prepare 0.3.2 distribution release
Fixed: - Fix LTI roles model to handle additional roles from Moodle LTI launch requests
1 parent f3cba55 commit ef7c015

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.3.2] - 2024-07-03
10+
11+
### Fixed
12+
13+
- Fix LTI roles model to handle additional roles from Moodle LTI launch requests
14+
915
## [0.3.1] - 2024-06-26
1016

1117
### Added
@@ -69,7 +75,8 @@ and this project adheres to
6975
- Encapsulate statements pre-processing in a Mixin class
7076
- Factorize Video indicators
7177

72-
[unreleased]: https://github.com/openfun/warren/compare/v0.3.1...main
78+
[unreleased]: https://github.com/openfun/warren/compare/v0.3.2...main
79+
[0.3.2]: https://github.com/openfun/warren/compare/v0.3.1...v0.3.2
7380
[0.3.1]: https://github.com/openfun/warren/compare/v0.3.0...v0.3.1
7481
[0.3.0]: https://github.com/openfun/warren/compare/v0.2.0...v0.3.0
7582
[0.2.0]: https://github.com/openfun/warren/compare/v0.1.0...v0.2.0

src/api/core/warren/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Warren package."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

src/app/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source" : "https://github.com/openfun/warren",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"commit" : "fixme",
55
"build" : "fixme"
66
}

src/app/warren/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Warren app."""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)