Skip to content

Commit

Permalink
Merge pull request #53 from a-chacon/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--oas_rails

chore(main): release oas_rails 0.8.0
  • Loading branch information
a-chacon authored Aug 31, 2024
2 parents 343b0b6 + a2c91a8 commit 0cabfc1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.7.0"}
{".":"0.8.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.8.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.7.0...oas_rails/v0.8.0) (2024-08-31)


### Features

* **route_extractor:** feature ignore custom route ([#54](https://github.com/a-chacon/oas_rails/issues/54)) ([e34b3ee](https://github.com/a-chacon/oas_rails/commit/e34b3ee4d0de3161f6af2cd890ffafc385701285))
* **view:** support custom layout ([#52](https://github.com/a-chacon/oas_rails/issues/52)) ([abef8d3](https://github.com/a-chacon/oas_rails/commit/abef8d3abe772514b71c49aaa298ef1fe0c8aa37))


### Bug Fixes

* **yard_oas_rails_factory:** set different expresion for request body examples ([ceea6eb](https://github.com/a-chacon/oas_rails/commit/ceea6eb3572006c2a0222f86625fc755d3c856db))


### Tests

* feature ignore custom route ([#55](https://github.com/a-chacon/oas_rails/issues/55)) ([aedbe7b](https://github.com/a-chacon/oas_rails/commit/aedbe7b610c3f5db5cadf8e59495351f8e83eddf))

## [0.7.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.6.0...oas_rails/v0.7.0) (2024-08-27)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oas_rails (0.7.0)
oas_rails (0.8.0)
method_source (~> 1.0)
model-to-schema (~> 0.1.1)
rails (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/oas_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OasRails
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit 0cabfc1

Please sign in to comment.