Skip to content

Commit

Permalink
🔖 v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 8, 2022
1 parent 4cd387b commit 467e05a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v2.0.0 (2022-03-08)

### :boom: Breaking Changes
- Global refactoring. (Issues: [`#72`](https://github.com/mom1/api-client-pydantic/issues/72))

- support for more use cases (fix #72).
- `serialize_response` and `serialize_request` and `serialize` call signature changed.
- `serialize_response` and `serialize_request` names are left for compatibility,
it is better to use `params_serializer` and `response_serializer` instead.
- Removed unnecessary dependencies.
- Tests completely rewritten.
- Decorating will only be done if necessary, which will positively affect performance.


### :arrow_up: Dependencies
- Bump pycln from 1.2.0 to 1.2.4

# [v1.2.2](https://github.com/mom1/api-client-pydantic/compare/1.2.1...1.2.2) (2022-02-24)

## :arrow_up: Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "api-client-pydantic"
version = "1.2.2"
version = "2.0.0"
description = "API Client extension for validate and transform requests / responses using pydantic."
authors = ["MaxST <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 467e05a

Please sign in to comment.