Skip to content

Commit

Permalink
#28 bump version number to 0.0.13 + changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 28, 2023
1 parent 9bd6218 commit d393ea2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.0.13 - 2023-10-28
===================

Pydantic2 compatibility.

### Fixes
- Fixed missing default values for mealie Recipe model
- #28 issue reported by @m4um4u1

0.0.12 - 2023-10-21
===================
Ignore pydantic DeprecationWarnings.
Expand Down
2 changes: 1 addition & 1 deletion kptncook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"export_recipes_to_paprika",
]

__version__ = "0.0.12"
__version__ = "0.0.13"
cli = typer.Typer()


Expand Down

0 comments on commit d393ea2

Please sign in to comment.