Skip to content

Commit

Permalink
feat: version bump and changelog update (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal committed May 29, 2024
1 parent bd1b55e commit de80759
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ instructions, because git commits are used to generate release notes:
-->

<!-- scriv-insert-here -->

<a id='changelog-18.0.0'></a>
## v18.0.0 (2024-05-29)

- [Improvement] Add a scriv-compliant changelog. (by @Danyal-Faheem)

- [Bugfix] Prevent overwriting of exported course scorm data by imported course. (by @Danyal-Faheem)
- Use usage_key instead of block_id as the location identifier for scorm data as it is unique across course imports.
- This change will not take effect for previously created scorm modules.

- [Improvement] Removed student information and other scorm data from get value func and sends it as part of
`scorm_data` in student view. (By @ahmed-arb)
- Added `cmi.score.scaled` to uncached_values,
- Removed old test cases.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion openedxscorm/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0.1"
__version__ = "18.0.0"

0 comments on commit de80759

Please sign in to comment.