Skip to content

Commit 7490cd6

Browse files
authored
🚀 RELEASE: v2.0.1 (#104)
1 parent d29f180 commit 7490cd6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
4+
## 2.0.1 - 2021-02-07
5+
6+
### Fixed
7+
8+
* Nested parsing of tab labels, to support use of reST roles within label text
9+
* Parsing tabs with unsupported builders, including for pdf
10+
11+
### Added
12+
13+
* Test for successful pdf building using `rinohtype`
14+
315
## 2.0.0 - 2021-01-24
416

517
♻️ Refactor to reduce JS/CSS payload size and improve accesibility:

sphinx_tabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"
22

33
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)