diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e50285..f07f8465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 0.5.0 + +### New Features + +- Replace static parsing of source files with dynamic import from library when extracting symbols ([#180](https://github.com/airtai/nbdev-mkdocs/pull/180)), thanks to +[@harishmohanraj](https://github.com/harishmohanraj) + + ## 0.4.0 diff --git a/nbdev_mkdocs/__init__.py b/nbdev_mkdocs/__init__.py index fb13c74c..3d187266 100644 --- a/nbdev_mkdocs/__init__.py +++ b/nbdev_mkdocs/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0rc0" +__version__ = "0.5.0" diff --git a/settings.ini b/settings.ini index 9756cfb1..e1a0ae5f 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = nbdev-mkdocs lib_name = %(repo)s -version = 0.5.0rc0 +version = 0.5.0 min_python = 3.7 license = apache2