Skip to content

Commit 822b374

Browse files
committed
v1.1.0
1 parent 5c1fd38 commit 822b374

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
### v1.1.0
4+
5+
- new: added optional header on hover permalink support with the `markdown_extensions` > `-toc` > `permalink: true` configuration (#95)
6+
37
### v1.0.6
48

59
- fixed: sidebar height to prevent overlap of footer

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Then navigate to the root of your project directory:
3434

3535
Download the Cinder theme archive by clicking the button below.
3636

37-
<a href="https://github.com/chrissimpkins/cinder/archive/v1.0.6.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>
37+
<a href="https://github.com/chrissimpkins/cinder/archive/v1.1.0.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>
3838

3939
Unpack the contents of the archive into a directory named `cinder` at the top level of your MkDocs project directory.
4040

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "1.0.6"
3+
VERSION = "1.1.0"
44

55

66
setup(

0 commit comments

Comments
 (0)