Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Feb 21, 2024
1 parent 304af97 commit 475442e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!-- do not remove -->

## 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


Expand Down
2 changes: 1 addition & 1 deletion nbdev_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1rc0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 475442e

Please sign in to comment.