Skip to content

Commit

Permalink
Merge pull request #18 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.4.1
  • Loading branch information
a-chacon authored Aug 11, 2024
2 parents b37d3c6 + 31f409e commit 3c1d56b
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.4.0"}
{".":"0.4.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.4.0...oas_rails/v0.4.1) (2024-08-11)


### Bug Fixes

* engine mounted path was not working on the index view. ([52e7936](https://github.com/a-chacon/oas_rails/commit/52e793645521ab7b8074092233f69a303d04e0bc))
* try to detect model class from all the namespaces of the controller ([d029862](https://github.com/a-chacon/oas_rails/commit/d0298622a39e61e12db06129de33235e5bfcb923))

## [0.4.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.3.0...oas_rails/v0.4.0) (2024-08-10)


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.4.0)
oas_rails (0.4.1)
esquema (~> 0.1.2)
method_source (~> 1.0)
rails (~> 7.0, >= 7.0.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.4.0"
VERSION = "0.4.1"
end

0 comments on commit 3c1d56b

Please sign in to comment.