Skip to content

Commit

Permalink
Merge pull request #71 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.4
  • Loading branch information
a-chacon authored Jan 19, 2025
2 parents 50b3236 + d70b4b1 commit c970f84
Show file tree
Hide file tree
Showing 4 changed files with 11 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.8.3"}
{".":"0.8.4"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.4](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.8.3...oas_rails/v0.8.4) (2025-01-19)


### Bug Fixes

* block concurrent-ruby for rails 7 ([4a42e3c](https://github.com/a-chacon/oas_rails/commit/4a42e3c14ea2fe24d7f9d3f89b7502425492d7e2))
* Update with style tag to fix rapidoc button styling ([19e9ba1](https://github.com/a-chacon/oas_rails/commit/19e9ba137dd6063713233193d89ff655496b0ff1))

## [0.8.3](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.8.2...oas_rails/v0.8.3) (2024-12-21)


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.8.3)
oas_rails (0.8.4)
method_source (~> 1.0)
model-to-schema (~> 0.1.2)
yard (~> 0.9)
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.8.3"
VERSION = "0.8.4"
end

0 comments on commit c970f84

Please sign in to comment.