Skip to content

Commit d1e4884

Browse files
authored
πŸš€ RELEASE: v0.3.1 (#99)
1 parent 852a946 commit d1e4884

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽCHANGELOG.md

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

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+
310
## 0.3.0 - 2020-07-25
411

512
### Breaking

β€Žsphinx_copybutton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
from sphinx.util import logging
44

5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"
66

77
logger = logging.getLogger(__name__)
88

0 commit comments

Comments
Β (0)