We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24cfb commit 259ae41Copy full SHA for 259ae41
2 files changed
CHANGELOG.rst
@@ -13,6 +13,14 @@ Change Log
13
14
Unreleased
15
**********
16
+0.11.0 - 2026-01-26
17
+**********************************************
18
+
19
+Added
20
+=====
21
22
+* Implemented PDF Block, extracted from third party plugin.
23
24
0.6.0 – 2025-08-13
25
**********************************************
26
xblocks_contrib/__init__.py
@@ -9,4 +9,4 @@
9
from .video import VideoBlock
10
from .word_cloud import WordCloudBlock
11
12
-__version__ = "0.10.2"
+__version__ = "0.11.0"
0 commit comments