We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493cde9 commit 4e3b8d2Copy full SHA for 4e3b8d2
β.github/release.yamlβ
@@ -0,0 +1,24 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ authors:
6
+ - octocat
7
+ categories:
8
+ - title: π Breaking Changes
9
10
+ - semver-major
11
+ - breaking-change
12
+ - title: π Exciting New Features
13
14
+ - semver-minor
15
+ - enhancement
16
+ - title: π Bugfixes
17
18
+ - bug
19
+ - title: π Documentation
20
21
+ - documentation
22
+ - title: π¦ Other Changes
23
24
+ - "*"
βlib/rspec/openapi/version.rbβ
@@ -2,6 +2,6 @@
module RSpec
module OpenAPI
- VERSION = '0.17.0'
+ VERSION = '0.18.0'
end
0 commit comments