Skip to content

Commit

Permalink
chore(release): 2.0.0rc2 Release
Browse files Browse the repository at this point in the history
Fix:
----

- When possible pass request body as string to `OpenAPIRequest`, not as bytes

Style:
------

- Update pre-commit hooks, integrate `flake8-variable-names`
  • Loading branch information
playpauseandstop committed May 15, 2020
1 parent 6ff1441 commit 3b6cfbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
2.0.0 (In Development)
======================

2.0.0rc2 (In Development)
-------------------------
2.0.0rc2 (2020-05-15)
---------------------

Fix:
~~~~

- Pass request body as string to ``openapi-core``, not as bytes, when possible
- When possible pass request body as string to ``OpenAPIRequest``, not as bytes

Style:
~~~~~~

- Update pre-commit hooks to use, integrate ``flake8-variable-names`` check
- Update pre-commit hooks, integrate ``flake8-variable-names`` check

2.0.0rc1 (2020-05-04)
---------------------
Expand Down

0 comments on commit 3b6cfbd

Please sign in to comment.