Skip to content

Commit 1b824c5

Browse files
authored
chore: bump version to 0.1.3 (#11)
1 parent 5d20f81 commit 1b824c5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Unreleased
1616

1717
*
1818

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+
1929
0.1.0 – 2025-04-15
2030
**********************************************
2131

branching_xblock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from .branching_xblock import BranchingXBlock
66

7-
__version__ = '0.1.0'
7+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)