@@ -3,19 +3,41 @@ Change Log
33
44..
55 All enhancements and patches to openedx_events will be documented
6- in this file. It adheres to the structure of https://keepachangelog.com/ ,
6+ in this file. It adheres to the structure of https://keepachangelog.com/,
77 but in reStructuredText instead of Markdown (for ease of incorporation into
88 Sphinx documentation and the PyPI description).
99
1010 This project adheres to Semantic Versioning (https://semver.org/).
1111
1212.. There should always be an "Unreleased" section for changes pending release.
1313
14+ ..
15+ ⚠️ PLEASE, DO NOT ADD YOUR CHANGES TO THIS FILE! (unless you want to modify
16+ existing changelog entries in this file) Changelog entries are managed by
17+ scriv.
18+
19+ If you need to add a changelog entry:
20+
21+ - Run `make changelog-entry ` to create a new changelog entry.
22+ - Edit and commit the newly-created file in the `changelog.d ` folder
23+ following the instructions in the file.
1424
25+ If you need to create a new release:
26+
27+ - There is a `relese.yml ` workflow to create a new release. You can trigger
28+ it manually in the Actions tab in GitHub. The workflow will bump the
29+ version, update the changelog, create a tag, and create a new GitHub
30+ release! 🚀
1531
1632Unreleased
1733__________
1834
35+ See the fragment files in the `changelog.d directory `_.
36+
37+ .. _changelog.d directory : https://github.com/openedx/openedx-events/tree/master/changelog.d
38+
39+ .. scriv-insert-here
40+
1941 [10.5.0] - 2025-08-19
2042---------------------
2143
3355
3456* Added new ``ENTERPRISE_GROUP_DELETED `` event in enterprise.
3557
36-
3758[10.3.0] - 2025-05-23
3859---------------------
3960
@@ -76,10 +97,13 @@ Added
7697* Added new ``EXTERNAL_GRADER_SCORE_SUBMITTED `` event in learning.
7798* Add ``ExternalGraderScoreData `` to support this event
7899
100+
79101[10.0.0] - 2024-04-04
80102---------------------
103+
81104Changed
82105~~~~~~~
106+
83107* **Breaking change **: LibraryCollectionData now takes only a LibraryCollectionLocator.
84108* **Breaking change **: LibraryContainerData now takes only a LibraryContainerLocator.
85109
0 commit comments