Skip to content

Commit

Permalink
Prep for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Oct 17, 2024
1 parent 641a3b4 commit 9b041a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 0.2.0

- Rename extension to `sphinx-visualised`
- Add toctree graph

## 0.1.0

- Initial release

2 changes: 1 addition & 1 deletion sphinx_visualised/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import Counter
from pathlib import Path

__version__ = "0.1.0"
__version__ = "0.2.0"

def setup(app):
app.connect("doctree-resolved", get_links)
Expand Down

0 comments on commit 9b041a0

Please sign in to comment.