From 8a5984ca0bac31fd5724079a171257dcc6e883aa Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Fri, 19 Apr 2024 10:12:27 -0400 Subject: [PATCH] Preparing for release, 0.5.4. --- CHANGELOG.md | 4 +--- RELEASING.md | 2 +- lib/grape-swagger/entity/version.rb | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5a181..3025f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,13 @@ -### Next +### 0.5.4 (2024/04/19) #### Features * [#69](https://github.com/ruby-grape/grape-swagger-entity/pull/67): Add support for minimum and maximum - [@storey](https://github.com/storey). -* Your contribution here. #### Fixes * [#67](https://github.com/ruby-grape/grape-swagger-entity/pull/67): Various build updates - [@mscrivo](https://github.com/mscrivo). * [#68](https://github.com/ruby-grape/grape-swagger-entity/pull/68): Properly render `example` for array exposure done using another entity - [@magni-](https://github.com/magni-). -* Your contribution here. ### 0.5.3 (2024/02/02) diff --git a/RELEASING.md b/RELEASING.md index efdf6f0..3768609 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -29,7 +29,7 @@ Remove the line with "Your contribution here.", since there will be no more cont Commit your changes. ``` -git add CHANGELOG.md lib/grape-swagger-entity/version.rb +git add CHANGELOG.md lib/grape-swagger/entity/version.rb CHANGELOG.md git commit -m "Preparing for release, 0.1.1." git push origin master ``` diff --git a/lib/grape-swagger/entity/version.rb b/lib/grape-swagger/entity/version.rb index 600b4ef..2e2015a 100644 --- a/lib/grape-swagger/entity/version.rb +++ b/lib/grape-swagger/entity/version.rb @@ -2,6 +2,6 @@ module GrapeSwagger module Entity - VERSION = '0.5.3' + VERSION = '0.5.4' end end