Skip to content

Commit 4a8050d

Browse files
rkdarstcholdgraf
andauthored
RLS: 0.5.2 changelog and version bump (#190)
- Initial draft, also assumes that #187 will be merged. - The full commit history link needs updating. - I haven't checked anything else that might need doing. Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu>
1 parent 7364892 commit 4a8050d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.5.2 - 2022-11-15
4+
5+
([full changelog](https://github.com/executablebooks/sphinx-copybutton/compare/v0.5.0...TODO))
6+
7+
8+
- BUG: Don't exclude `.gp` class by default. This made excluding prompts more automatic, but broke the existing pattern-based prompt exclusion. [#188](https://github.com/executablebooks/sphinx-copybutton/pull/188) ([@rkdarst](https://github.com/rkdarst))
9+
- MAINT: Add Sphinx Extension classifier (#189) [#189](https://github.com/executablebooks/sphinx-copybutton/pull/189) ([@jdillard](https://github.com/jdillard ))
10+
- DOCS: Improve docs related to text exclusion [#187](https://github.com/executablebooks/sphinx-copybutton/pull/187) ([@rkdarst](https://github.com/rkdarst))
11+
312
## v0.5.1 - 2022-11-15
413

514
([full changelog](https://github.com/executablebooks/sphinx-copybutton/compare/v0.5.0...e529aa0c7c0bf6ad880904f7a8876f33040e5c09))

sphinx_copybutton/__init__.py

+1-1
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.5.1"
5+
__version__ = "0.5.2"
66

77
logger = logging.getLogger(__name__)
88

0 commit comments

Comments
 (0)