diff --git a/CHANGELOG.md b/CHANGELOG.md index 657b2e1..497c80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## 0.6.1 + +### New Features + +- Create new CLI command "nbdev mkdocs readme" ([#206](https://github.com/airtai/nbdev-mkdocs/pull/206)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + +### Bugs Squashed + +- Do not run "nbdev_docs" while running "nbdev_mkdocs docs" ([#208](https://github.com/airtai/nbdev-mkdocs/pull/208)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + +- AttributeError: module 'openai' has no attribute 'error ([#212](https://github.com/airtai/nbdev-mkdocs/issues/212)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + + ## 0.6.0 diff --git a/nbdev_mkdocs/__init__.py b/nbdev_mkdocs/__init__.py index 3319496..43c4ab0 100644 --- a/nbdev_mkdocs/__init__.py +++ b/nbdev_mkdocs/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1rc0" +__version__ = "0.6.1" diff --git a/settings.ini b/settings.ini index 76e572d..86a265f 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = nbdev-mkdocs lib_name = %(repo)s -version = 0.6.1rc0 +version = 0.6.1 min_python = 3.8 license = apache2