Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling committed May 22, 2024
1 parent 907a688 commit 2c0528c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.1](https://github.com/dtiesling/flask-muck/compare/v0.3.0...v0.3.1) (2024-05-22)


### Documentation

* add more information to "Contributing" section of the README.md. ([faa38da](https://github.com/dtiesling/flask-muck/commit/faa38da1445724c85db08f53767712686c481600))
* updates and adds to examples folder. ([#64](https://github.com/dtiesling/flask-muck/issues/64)) ([530a9f3](https://github.com/dtiesling/flask-muck/commit/530a9f37032ecc6951dea2c18f9fb3f09ae72302))

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


Expand Down
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.3.0"
version = "0.3.1"
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.3.0"
__version__ = "0.3.1"

__all__ = [
"FlaskMuck",
Expand Down

0 comments on commit 2c0528c

Please sign in to comment.