Skip to content

Commit

Permalink
🔖 v2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 24, 2022
1 parent a3f6451 commit 5040669
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Changelog

## v2.1.0 (2022-04-24)

### :sparkles: New
- Now the parameters passed through "args" are also serialized.

```python
def func(i: int):
return i

assert func('1') == 1
```


### :recycle: Changes
- Small changes for release config

- no need `cfg` settings in editorconfig.

### :arrow_up: Dependencies
- Bump types-toml from 0.10.4 to 0.10.5

- Upgrade dependency black -> black[d]

- Bump types-setuptools from 57.4.12 to 57.4.14

- Bump types-setuptools from 57.4.11 to 57.4.12

- Bump pre-commit from 2.17.0 to 2.18.1

- Bump black from 22.1.0 to 22.3.0

- Bump mypy from 0.941 to 0.942

- Bump flake8-bugbear from 22.3.20 to 22.3.23

- Bump flake8-bugbear from 22.1.11 to 22.3.20

- Bump pytest from 7.1.0 to 7.1.1

- Bump types-setuptools from 57.4.10 to 57.4.11

- Bump mypy from 0.940 to 0.941

- Bump mypy from 0.931 to 0.940

- Bump pytest from 7.0.1 to 7.1.0

## v2.0.1 (2022-03-09)

### :bug: Bugs
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 = "2.0.1"
version = "2.1.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 5040669

Please sign in to comment.