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 852a946 commit d1e4884Copy full SHA for d1e4884
βCHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 0.3.1 - 2020-11-02
4
+
5
+- π Improved copy icon (thanks to (@pradyunsg)[https://github.com/pradyunsg])
6
+- π Improved examples of regex settings (thanks to [@s-weigand](https://github.com/s-weigand) and [@edmcdonagh](https://github.com/edmcdonagh))
7
8
+[Full commit list](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.0...852a9468f1d9e7e12e2c6c90394e8029d571bc14)
9
10
## 0.3.0 - 2020-07-25
11
12
### Breaking
βsphinx_copybutton/__init__.py
@@ -2,7 +2,7 @@
from pathlib import Path
from sphinx.util import logging
-__version__ = "0.3.0"
+__version__ = "0.3.1"
logger = logging.getLogger(__name__)
0 commit comments