Skip to content

Commit

Permalink
RLS: 0.5.2 changelog and version bump (#190)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
rkdarst and choldgraf committed Apr 14, 2023
1 parent 7364892 commit 4a8050d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.5.2 - 2022-11-15

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


- 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))
- MAINT: Add Sphinx Extension classifier (#189) [#189](https://github.com/executablebooks/sphinx-copybutton/pull/189) ([@jdillard](https://github.com/jdillard ))
- DOCS: Improve docs related to text exclusion [#187](https://github.com/executablebooks/sphinx-copybutton/pull/187) ([@rkdarst](https://github.com/rkdarst))

## v0.5.1 - 2022-11-15

([full changelog](https://github.com/executablebooks/sphinx-copybutton/compare/v0.5.0...e529aa0c7c0bf6ad880904f7a8876f33040e5c09))
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.5.1"
__version__ = "0.5.2"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 4a8050d

Please sign in to comment.