From adb3a0d76fad579ae1eb9617cd56e08fa5cc7d78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:03:00 +0100 Subject: [PATCH] chore(main): release 0.1.13 (#80) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/apia/open_api/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc51a8..59c54d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/apiaframework/apia-openapi/compare/v0.1.12...v0.1.13) (2024-09-13) + + +### Bug Fixes + +* only add mutually exclusive description to lookup argument sets ([#79](https://github.com/apiaframework/apia-openapi/issues/79)) ([77f0e31](https://github.com/apiaframework/apia-openapi/commit/77f0e31d4bf09ab2cafcc0446dcff24dba627565)) + ## [0.1.12](https://github.com/apiaframework/apia-openapi/compare/v0.1.11...v0.1.12) (2024-09-03) diff --git a/lib/apia/open_api/version.rb b/lib/apia/open_api/version.rb index 205f9d1..ebe778a 100644 --- a/lib/apia/open_api/version.rb +++ b/lib/apia/open_api/version.rb @@ -3,7 +3,7 @@ module Apia module OpenApi - VERSION = "0.1.12" + VERSION = "0.1.13" end end