Skip to content

Commit ac09d8c

Browse files
authored
Adds upgrade notice. (#819)
1 parent 9584451 commit ac09d8c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
ruby-version: ['2.6', '2.7', '3.0']
1717
grape-version: [1.5.2, 1.4.0, 1.3.3]
18-
model-parser: [grape-swagger-entity, grape-swagger-representable]
18+
model-parser: [grape-swagger-entity, grape-swagger-representable, '']
1919

2020
steps:
2121
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#### Features
44

55
* Your contribution here.
6-
* [#815](https://github.com/ruby-grape/grape-swagger/pull/815): Add required for multiple presents - [@MaximeRDY](https://github.com/MaximeRDY).
6+
7+
* [#818](https://github.com/ruby-grape/grape-swagger/pull/818): Adds ruby 3.0 support - [@LeFnord](https://github.com/LeFnord).
8+
* [#815](https://github.com/ruby-grape/grape-swagger/pull/815): Add required for multiple presents - [@MaximeRDY](https://github.com/MaximeRDY).
79

810
#### Fixes
911

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Upgrading Grape-swagger
22

3+
### Upgrading to >= 1.4.0
4+
5+
- Official support for ruby < 2.5 removed, ruby 2.5 only in testing mode, but no support.
6+
37
### Upgrading to >= 1.3.0
48

59
- The model (entity) description no longer comes from the route description. It will have a default value: `<<EntityName>> model`.

0 commit comments

Comments
 (0)