File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- ### Next Release
1
+ ### 0.4.0 (2023/03/28)
2
2
3
3
* [ #107 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/107 ) : Add test matrix for multiple ruby versions - [ @duffn ] ( https://github.com/duffn ) .
4
4
* [ #105 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/105 ) : Migrate to GitHub Actions - [ @duffn ] ( https://github.com/duffn ) .
5
5
* [ #98 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/98 ) : Fix: test against Rails 6 - [ @dblock ] ( https://github.com/dblock ) .
6
6
7
- * Your contribution here.
8
-
9
7
### 0.3.1 (2019/02/16)
10
8
11
9
* [ #82 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/82 ) : Fixed api_key_default_value - [ @konto-andrzeja ] ( https://github.com/konto-andrzeja ) .
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ bundle install
11
11
rake
12
12
```
13
13
14
- Check that the last build succeeded in [ Travis CI ] ( https://travis-ci.org /ruby-grape/grape-swagger-rails ) for all supported platforms.
14
+ Check that the last build succeeded in [ GitHub Actions ] ( https://github.com /ruby-grape/grape-swagger-rails/actions ) for all supported platforms.
15
15
16
16
Increment the version, modify [ lib/grape-swagger-rails/version.rb] ( lib/grape-swagger-rails/version.rb ) .
17
17
18
- * Increment the third number if the release has bug fixes and/or very minor features, only (eg. change ` 0.1.0 ` to ` 0.1.1 ` ).
19
- * Increment the second number if the release contains major features or breaking API changes (eg. change ` 0.1.0 ` to ` 0.2.0 ` ).
18
+ * Increment the third number if the release has bug fixes and/or very minor features, only (eg. change ` 0.1.0 ` to ` 0.1.1 ` ).
19
+ * Increment the second number if the release contains major features or breaking API changes (eg. change ` 0.1.0 ` to ` 0.2.0 ` ).
20
20
21
21
Change "Next Release" in [ CHANGELOG.md] ( CHANGELOG.md ) to the new version.
22
22
@@ -50,8 +50,7 @@ Pushed grape-swagger-rails 0.1.1 to rubygems.org.
50
50
Add the next release to [ CHANGELOG.md] ( CHANGELOG.md ) .
51
51
52
52
```
53
- Next Release
54
- ============
53
+ ### Next Release
55
54
56
55
* Your contribution here.
57
56
```
Original file line number Diff line number Diff line change 1
1
module GrapeSwaggerRails
2
- VERSION = '0.3.1 ' . freeze
2
+ VERSION = '0.4.0 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments