Skip to content

Commit

Permalink
🚀 RELEASE: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 15, 2020
1 parent 5135ff2 commit 4b415f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## v0.5.0 - 2020-10-15

✨ NEW: Add `tabbed` directive, to create tab groups!
See [this documentation section](https://sphinx-panels.readthedocs.io/en/latest/#tabbed-content).

♻️ REFACTOR: Move from CSS to SCSS:
Under the hood, sphinx-panels now utilises CSS compiled from source SCSS,
allowing for a better development environment.
The CSS files are also "hashed", to ensure that documentation using sphinx-panels will not show
old, cached CSS stylings after future updates to sphinx-panels.
2 changes: 1 addition & 1 deletion sphinx_panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from ._css import panels as css_panels
from ._css import bootstrap as css_bootstrap

__version__ = "0.4.1"
__version__ = "0.5.0"

LOGGER = getLogger(__name__)

Expand Down

0 comments on commit 4b415f7

Please sign in to comment.