Skip to content

Commit

Permalink
chore(main): release 0.1.10 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent 275d771 commit 491e79d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.9"
".": "0.1.10"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.10](https://github.com/apiaframework/apia-openapi/compare/v0.1.9...v0.1.10) (2024-08-30)


### Features

* allow passing of info + external_docs to the openapi specification. ([#72](https://github.com/apiaframework/apia-openapi/issues/72)) ([349f236](https://github.com/apiaframework/apia-openapi/commit/349f236bdbe17e8c81e3d0888079dfe01392cdba))
* allow passing over security_shemes to the specification and add… ([#73](https://github.com/apiaframework/apia-openapi/issues/73)) ([275d771](https://github.com/apiaframework/apia-openapi/commit/275d771051d6dfaf602bbb2b08113b420ad27369))


### Bug Fixes

* handle standard argument sets and array types for argument sets ([#70](https://github.com/apiaframework/apia-openapi/issues/70)) ([8d1d288](https://github.com/apiaframework/apia-openapi/commit/8d1d288738dac2a4702f0c8a50217d44a1d472b8))

## [0.1.9](https://github.com/apiaframework/apia-openapi/compare/v0.1.8...v0.1.9) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion lib/apia/open_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Apia
module OpenApi

VERSION = "0.1.9"
VERSION = "0.1.10"

end
end

0 comments on commit 491e79d

Please sign in to comment.