We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d20f81 commit 1b824c5Copy full SHA for 1b824c5
CHANGELOG.rst
@@ -16,6 +16,16 @@ Unreleased
16
17
*
18
19
+0.1.3 – 2026-03-12
20
+******************
21
+
22
+Changed
23
+=======
24
25
+* Refactor the Branching XBlock to support Ren'Py-like flow features.
26
+* Replace hint settings with a reset option.
27
+* Update styling and related tests.
28
29
0.1.0 – 2025-04-15
30
**********************************************
31
branching_xblock/__init__.py
@@ -4,4 +4,4 @@
4
5
from .branching_xblock import BranchingXBlock
6
7
-__version__ = '0.1.0'
+__version__ = '0.1.3'
0 commit comments