Skip to content

Commit

Permalink
Merge pull request #10 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.2.3
  • Loading branch information
a-chacon authored Aug 1, 2024
2 parents da6fdad + 8ec1819 commit 7d42b8a
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.2.2"}
{".":"0.2.3"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.2.2...oas_rails/v0.2.3) (2024-08-01)


### Bug Fixes

* **specification:** clear_cache is an instance method, not class method. ([7a30667](https://github.com/a-chacon/oas_rails/commit/7a30667b73ace8fd6692b31d670ccba15b274700))
* **specification:** Make the reload works. ([be86263](https://github.com/a-chacon/oas_rails/commit/be8626391e24c0ff51fec1abd5dcdab14d1a3335))

## [0.2.2](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.2.1...oas_rails/v0.2.2) (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.2)
oas_rails (0.2.3)
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.2"
VERSION = "0.2.3"
end

0 comments on commit 7d42b8a

Please sign in to comment.