From 822b3742192451f71f940af72f0ed1dc74a1fe15 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 25 Oct 2020 23:21:43 -0400 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 4 ++++ docs/index.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3775461..60561a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### v1.1.0 + +- new: added optional header on hover permalink support with the `markdown_extensions` > `-toc` > `permalink: true` configuration (#95) + ### v1.0.6 - fixed: sidebar height to prevent overlap of footer diff --git a/docs/index.md b/docs/index.md index 71a1ca8..30d6431 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ Then navigate to the root of your project directory: Download the Cinder theme archive by clicking the button below. - + Unpack the contents of the archive into a directory named `cinder` at the top level of your MkDocs project directory. diff --git a/setup.py b/setup.py index c45fbed..96cd1a2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "1.0.6" +VERSION = "1.1.0" setup(