Skip to content

Commit

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

chore(main): release oas_rails 0.2.2
  • Loading branch information
a-chacon authored Jul 31, 2024
2 parents 0d46e6f + 09e5d45 commit b8e9d2c
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2.1"}
{".":"0.2.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.2.1...oas_rails/v0.2.2) (2024-07-31)


### Bug Fixes

* **media_types:** fixtures could be not present when looking for examples. It was raising an Errno::ENOENT. Now will be rescue and returned a default {}. ([03ff14d](https://github.com/a-chacon/oas_rails/commit/03ff14de0ad60751f01a94efcd7097d982821001))

## [0.2.1](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.2.0...oas_rails/v0.2.1) (2024-07-31)


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.2.1)
oas_rails (0.2.2)
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.2.1"
VERSION = "0.2.2"
end

0 comments on commit b8e9d2c

Please sign in to comment.