Skip to content

Commit 154a541

Browse files
authored
version bump 0.26.0 (ruby-grape#565)
-updates version matrix
1 parent 1be8c54 commit 154a541

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
#### Features
44

5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
### 0.26.0 (January 9, 2017)
12+
13+
#### Features
14+
515
* [#558](https://github.com/ruby-grape/grape-swagger/pull/558): Version cascading including dependency updates (includes: [LeFnord#27](https://github.com/LeFnord/grape-swagger/pull/27)) - [@LeFnord](https://github.com/LeFnord).
616
* [#535](https://github.com/ruby-grape/grape-swagger/pull/535): Add support for grape version cascading - [@qinix](https://github.com/qinix).
717
* [#560](https://github.com/ruby-grape/grape-swagger/pull/560): Map clearly Grape desc/detail to Swagger summary/description - [@frodrigo](https://github.com/frodrigo).
818

9-
* Your contribution here.
10-
1119
#### Fixes
1220

1321
* [#561](https://github.com/ruby-grape/grape-swagger/pull/561): Rename failures to failure in readme - [@justincampbell](https://github.com/justincampbell).
1422

15-
* Your contribution here.
16-
1723
### 0.25.3 (December 18, 2016)
1824

1925
#### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ grape-swagger | swagger spec | grape | grape-entity | represen
5555
0.24.0 | 2.0 | >= 0.12.0 ... <= 0.18.0 | <= 0.5.1 | >= 2.4.1 |
5656
0.25.0 | 2.0 | >= 0.14.0 ... <= 0.18.0 | <= 0.5.2 | >= 2.4.1 |
5757
0.25.2 | 2.0 | >= 0.14.0 ... <= 0.18.0 | <= 0.6.0 | >= 2.4.1 |
58-
> 0.25.2 | 2.0 | >= 0.16.2 | <= 0.6.0 | >= 2.4.1 |
58+
0.26.0 | 2.0 | >= 0.16.2 | <= 0.6.1 | >= 2.4.1 |
5959

6060
<a name="swagger-spec" />
6161
## Swagger-Spec

lib/grape-swagger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeSwagger
2-
VERSION = '0.25.3'.freeze
2+
VERSION = '0.26.0'.freeze
33
end

0 commit comments

Comments
 (0)