We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4ab89 commit 831481fCopy full SHA for 831481f
docs/source/changelog.rst
@@ -1,6 +1,19 @@
1
Changelog
2
#######################################
3
4
+0.6.0
5
+=======================================
6
+
7
+Features:
8
9
+ - Added :doc:`processors/image-inline` processor, intended for use in tables.
10
+ - Added :doc:`processors/scratch-inline` processor for inline scratch support.
11
12
+Fixes:
13
14
+ - Removed ``beautifulsoup4`` dependency.
15
+ - Typo in VertoResult documentation (*heading_root* -> *heading_tree*).
16
17
0.5.3
18
=======================================
19
verto/__init__.py
@@ -1,4 +1,4 @@
# flake8: noqa
from .Verto import Verto
-__version__ = '0.5.3'
+__version__ = '0.6.0'
0 commit comments