Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling authored Jan 28, 2024
1 parent 2701824 commit 8617fc7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.3.0](https://github.com/dtiesling/flask-muck/compare/v0.2.0...v0.3.0) (2024-01-28)


### Features

* adds Flask extension that dynamically generates OpenAPI specification and Swagger UI. ([#44](https://github.com/dtiesling/flask-muck/issues/44)) ([2bc465e](https://github.com/dtiesling/flask-muck/commit/2bc465ed4b5b71a26cc4fda67429944e3c63093e))


### Dependencies

* bump pytest from 7.4.3 to 7.4.4 ([c5f54a0](https://github.com/dtiesling/flask-muck/commit/c5f54a0353edb2d64f7568081ab44893bdd4cff3))


### Documentation

* add bt-macole as a contributor for infra ([#33](https://github.com/dtiesling/flask-muck/issues/33)) ([df39f7f](https://github.com/dtiesling/flask-muck/commit/df39f7ffdc919804b1a5521d2749166c38597630))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flask-muck"
version = "0.2.0"
version = "0.3.0"
authors = [
{ name="Daniel Tiesling", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/flask_muck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .callback import FlaskMuckCallback
from .extension import FlaskMuck

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = [
"FlaskMuck",
Expand Down

0 comments on commit 8617fc7

Please sign in to comment.