Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.3.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 2, 2020
1 parent 852a946 commit d1e4884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.3.1 - 2020-11-02

- πŸ‘Œ Improved copy icon (thanks to (@pradyunsg)[https://github.com/pradyunsg])
- πŸ“š Improved examples of regex settings (thanks to [@s-weigand](https://github.com/s-weigand) and [@edmcdonagh](https://github.com/edmcdonagh))

[Full commit list](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.0...852a9468f1d9e7e12e2c6c90394e8029d571bc14)

## 0.3.0 - 2020-07-25

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion sphinx_copybutton/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down

0 comments on commit d1e4884

Please sign in to comment.