Skip to content

Commit ce0cbf9

Browse files
committed
🚀 RELEASE: v0.4.0
1 parent d10518c commit ce0cbf9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎CHANGELOG.md

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

3+
## 0.4.0 - 2021-07-03
4+
5+
### Enhancements ✨
6+
* The Copy Button UI/UX is now inspired from the recent GitHub copy button updates. [#133](https://github.com/executablebooks/sphinx-copybutton/pull/133)
7+
38
## 0.3.2 - 2021-06-11
49

510
### Enhancements ✨

‎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.3"
5+
__version__ = "0.4.0"
66

77
logger = logging.getLogger(__name__)
88

0 commit comments

Comments
 (0)