Skip to content

Commit

Permalink
Merge pull request #41 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.6.0
  • Loading branch information
a-chacon authored Aug 26, 2024
2 parents 16f37c4 + 50929cb commit 3f96a11
Show file tree
Hide file tree
Showing 4 changed files with 15 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.5.0"}
{".":"0.6.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.5.0...oas_rails/v0.6.0) (2024-08-26)


### Features

* add [@response](https://github.com/response)_example tag for document examples of responses. ([#43](https://github.com/a-chacon/oas_rails/issues/43)) ([16f37c4](https://github.com/a-chacon/oas_rails/commit/16f37c42a73ce6d3b29b80c9c643fea84253193a))


### Bug Fixes

* default body response following the new syntax ([a397555](https://github.com/a-chacon/oas_rails/commit/a3975556d3c4ba20a51636999e65c33944a8d3b7))

## [0.5.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.4.5...oas_rails/v0.5.0) (2024-08-23)


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.5.0)
oas_rails (0.6.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.5.0"
VERSION = "0.6.0"
end

0 comments on commit 3f96a11

Please sign in to comment.