Skip to content

Commit

Permalink
bump: version 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent 38b46e0 commit 0a3796e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.2.0 (2024-02-01)

### Feat

- use mike to manage multiple versions of docs
- use mkdocs-material theme
- auto-publish docs
- add mkdocs documentation with configs tutorial, API reference

### Fix

- fix typos in docstrings; prepare for mkdocs
- emit a valid string for falsey values when generating .env

## 2.1.0 (2024-01-31)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = 'convoke'
description = 'A Python app configuration toolkit that tries to do things right.'
version = "2.1.0"
version = "2.2.0"
authors = [
"David Eyk <[email protected]>"
]
Expand Down

0 comments on commit 0a3796e

Please sign in to comment.