From f73a3dc161694ad5c7b2463c0810120efd048de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Mon, 11 Dec 2023 10:25:54 +0900 Subject: [PATCH] v0.10.0 release note (#156) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a2e23..94f1517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.10.0 +- bugfix: Merge parameter data to preserve description in manually edited Openapi spec + [#149](https://github.com/exoego/rspec-openapi/pull/149) +- feat: Add ability to configure which path params to ignore + [#150](https://github.com/exoego/rspec-openapi/pull/150) +- feat: Add custom title + [#147](https://github.com/exoego/rspec-openapi/pull/147) +- feat: Add ability to define custom summary and tags builders + [#148](https://github.com/exoego/rspec-openapi/pull/148) +- enhancement: Sort paths lexicographically so the order of paths is more stable and predictable + [#155](https://github.com/exoego/rspec-openapi/pull/155) +- enhancement: requestBody should not merge requestBody from error examples + [#154](https://github.com/exoego/rspec-openapi/pull/154) + ## v0.9.0 - bugfix: Fix engine path resolution [#113](https://github.com/exoego/rspec-openapi/pull/113)