Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Sep 25, 2023
1 parent 2c2a724 commit c15950a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.0.30(2023-09-25)

* [Improve validation support: expose ValidationError to raise it from validators, allow to pass a sequence of validators](https://github.com/anna-money/marshmallow-recipe/pull/129)
* [Add meta shortcuts to metadata methods](https://github.com/anna-money/marshmallow-recipe/pull/128)


## v0.0.29(2023-09-23)

* Allow to use metadata as part of Annotated: [#126](https://github.com/anna-money/marshmallow-recipe/pull/126) and [#127](https://github.com/anna-money/marshmallow-recipe/pull/127).
Expand Down
2 changes: 1 addition & 1 deletion marshmallow_recipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ValidationFunc",
)

__version__ = "0.0.29"
__version__ = "0.0.30"

version = f"{__version__}, Python {sys.version}"

Expand Down

0 comments on commit c15950a

Please sign in to comment.