Skip to content

Commit

Permalink
Release of v0.0.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Dec 13, 2022
1 parent 658dd1e commit 4be22f7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<!-- do not remove -->

## 0.0.2rc1

### New Features

- Build tensorflow based Docker image with preinstalled nbdev_mkdocs and all requirements ([#95](https://github.com/airtai/nbdev-mkdocs/issues/95))

- Build docker images with preinstalled nbdev_mkdocs and all requirements ([#94](https://github.com/airtai/nbdev-mkdocs/issues/94))

- Use AI to generate social image ([#81](https://github.com/airtai/nbdev-mkdocs/issues/81))

### Bugs Squashed

- Copy requirements in dev-requirements for client projects and not for nbdev-mkdocs ([#79](https://github.com/airtai/nbdev-mkdocs/issues/79))


## 0.0.1

### New Features
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.0.2rc0"
__version__ = "0.0.2rc1"
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.0.2rc0
version = 0.0.2rc1
min_python = 3.7
license = apache2

Expand Down

0 comments on commit 4be22f7

Please sign in to comment.