From 79ce21222178391671fb889c6da763d9f313b290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= <39093711+a-chacon@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:16:58 -0400 Subject: [PATCH] chore(main): release oas_rails 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/oas_rails/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8663d40..41689d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.0"} +{".":"0.8.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0564e..2dbe36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.7.0...oas_rails/v0.8.0) (2024-08-28) + + +### Features + +* **view:** support custom layout ([#52](https://github.com/a-chacon/oas_rails/issues/52)) ([abef8d3](https://github.com/a-chacon/oas_rails/commit/abef8d3abe772514b71c49aaa298ef1fe0c8aa37)) + ## [0.7.0](https://github.com/a-chacon/oas_rails/compare/oas_rails/v0.6.0...oas_rails/v0.7.0) (2024-08-27) diff --git a/Gemfile.lock b/Gemfile.lock index 4c637d7..dcd9db7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oas_rails (0.7.0) + oas_rails (0.8.0) method_source (~> 1.0) model-to-schema (~> 0.1.1) rails (~> 7.0) diff --git a/lib/oas_rails/version.rb b/lib/oas_rails/version.rb index 30027c1..81fadcc 100644 --- a/lib/oas_rails/version.rb +++ b/lib/oas_rails/version.rb @@ -1,3 +1,3 @@ module OasRails - VERSION = "0.7.0" + VERSION = "0.8.0" end