Skip to content

Commit 8a5984c

Browse files
committed
Preparing for release, 0.5.4.
1 parent 2308ef0 commit 8a5984c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
### Next
1+
### 0.5.4 (2024/04/19)
22

33
#### Features
44

55
* [#69](https://github.com/ruby-grape/grape-swagger-entity/pull/67): Add support for minimum and maximum - [@storey](https://github.com/storey).
6-
* Your contribution here.
76

87
#### Fixes
98

109
* [#67](https://github.com/ruby-grape/grape-swagger-entity/pull/67): Various build updates - [@mscrivo](https://github.com/mscrivo).
1110
* [#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-).
12-
* Your contribution here.
1311

1412
### 0.5.3 (2024/02/02)
1513

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Remove the line with "Your contribution here.", since there will be no more cont
2929
Commit your changes.
3030

3131
```
32-
git add CHANGELOG.md lib/grape-swagger-entity/version.rb
32+
git add CHANGELOG.md lib/grape-swagger/entity/version.rb CHANGELOG.md
3333
git commit -m "Preparing for release, 0.1.1."
3434
git push origin master
3535
```

lib/grape-swagger/entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GrapeSwagger
44
module Entity
5-
VERSION = '0.5.3'
5+
VERSION = '0.5.4'
66
end
77
end

0 commit comments

Comments
 (0)