Skip to content

Commit

Permalink
Preparing for release, 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Apr 19, 2024
1 parent 2308ef0 commit 8a5984c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/entity/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module GrapeSwagger
module Entity
VERSION = '0.5.3'
VERSION = '0.5.4'
end
end

0 comments on commit 8a5984c

Please sign in to comment.