Skip to content

Commit dc90f18

Browse files
chore(main): release 0.1.14 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b5d5e7 commit dc90f18

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.13"
2+
".": "0.1.14"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.14](https://github.com/apiaframework/apia-openapi/compare/v0.1.13...v0.1.14) (2024-10-15)
4+
5+
6+
### Bug Fixes
7+
8+
* only add mutually exclusive description if argument is a lookup argument set ([#81](https://github.com/apiaframework/apia-openapi/issues/81)) ([543dba2](https://github.com/apiaframework/apia-openapi/commit/543dba241a8e08c58e431c2c57080a02db110f63))
9+
* only add mutually exclusive description if there are multiple arguments in a lookup argument set ([#83](https://github.com/apiaframework/apia-openapi/issues/83)) ([7b5d5e7](https://github.com/apiaframework/apia-openapi/commit/7b5d5e7005613f5fabea2b64252435dbc08bc0d4))
10+
311
## [0.1.13](https://github.com/apiaframework/apia-openapi/compare/v0.1.12...v0.1.13) (2024-09-13)
412

513

lib/apia/open_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Apia
44
module OpenApi
55

6-
VERSION = "0.1.13"
6+
VERSION = "0.1.14"
77

88
end
99
end

0 commit comments

Comments
 (0)