Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed Oct 11, 2022
1 parent 6018f68 commit 6d28649
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.1.0 - Released on 2022-10-11
------------------------------
* New method :meth:`blacksmith.ResponseBox.as_optional`
This method is usefull for response that has no return
schema and the response needs to be map to return something
else without raising a
:class:`blacksmith.domain.exception.NoResponseSchemaException`

2.0.0 - Released on 2022-10-11
------------------------------
* Fix concistency for :meth:`blacksmith.AsyncRouteProxy.collection_get` with
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "blacksmith"

readme = "README.rst"
repository = "https://github.com/mardiros/blacksmith"
version = "2.0.0"
version = "2.1.0"

[tool.poetry.dependencies]
aioredis = {version = "^2.0.0", optional = true}
Expand Down

0 comments on commit 6d28649

Please sign in to comment.