Skip to content

Commit

Permalink
🔖(minor) bump release to 1.2.0
Browse files Browse the repository at this point in the history
Added

- Add an utils function sign_parameters used for testing
- Enhance the LTI class with role-checking properties
- Add an LTIRole enum

Fixed

- Rename ParamsMixins to ParamsMixin
- Add string inheritance to the LTIMessageType enum
  • Loading branch information
lebaudantoine committed Sep 13, 2023
1 parent e47e94f commit 1223e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2023-09-13

### Added

- Add an utils function sign_parameters used for testing
Expand Down Expand Up @@ -49,7 +51,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Import `lti_toolbox` library and tests from
[Ashley](https://github.com/openfun/ashley)

[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v1.1.0...master
[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v1.2.0...master
[1.2.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.0b1...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-lti-toolbox
version = 1.1.0
version = 1.2.0
description = A Django application to build LTI Tool Providers
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1223e5b

Please sign in to comment.