From 4cc33300ab51ae8423c3f02633b69525dff5f119 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 20 Jul 2022 19:36:14 +0100 Subject: [PATCH] Release 0.9.2 --- CHANGES.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bcb8af9..7709ff2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # APIFairy Change Log +**Release 0.9.2** - 2022-07-20 + +- Form and file upload support [#35](https://github.com/miguelgrinberg/apifairy/issues/35) ([commit](https://github.com/miguelgrinberg/apifairy/commit/59dfb3c252119beb982adef2346c76592ef14528)) +- Additional unit testing coverage ([commit](https://github.com/miguelgrinberg/apifairy/commit/407cf6ba724b6f4c5b90bae8685fee0697f16146)) +- Add Python 3.10 and PyPy 3.8 to builds ([commit](https://github.com/miguelgrinberg/apifairy/commit/66ad682d602f2551d0f075678b63b3f338ec6a28)) + **Release 0.9.1** - 2022-01-11 - Mark request body as required when `@body` decorator is used [#37](https://github.com/miguelgrinberg/apifairy/issues/37) ([commit](https://github.com/miguelgrinberg/apifairy/commit/5558b240cf0697fd6da875fdb7b98b76eb6d2d30)) diff --git a/setup.cfg b/setup.cfg index 1fc7264..c72ee61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = apifairy -version = 0.9.2.dev0 +version = 0.9.2 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = A minimalistic API framework built on top of Flask, Marshmallow and friends.