Skip to content

Commit 879f037

Browse files
authored
chore(main): release oas_rails 0.15.0 (#135)
1 parent 7e6d36c commit 879f037

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.14.0"}
1+
{".":"0.15.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.14.0...oas_rails/v0.15.0) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* add configurable route extractor to configuration ([#134](https://github.com/a-chacon/oas_rails/issues/134)) ([7e6d36c](https://github.com/a-chacon/oas_rails/commit/7e6d36cf8dd47095add4d5552be011214162444a))
9+
310
## [0.14.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.13.0...oas_rails/v0.14.0) (2025-05-18)
411

512

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
oas_rails (0.14.0)
4+
oas_rails (0.15.0)
55
easy_talk_two (~> 1.1.2)
66
method_source (~> 1.0)
77
yard (~> 0.9)

lib/oas_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OasRails
2-
VERSION = "0.14.0"
2+
VERSION = "0.15.0"
33
end

0 commit comments

Comments
 (0)