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)
22
33* [ #107 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/107 ) : Add test matrix for multiple ruby versions - [ @duffn ] ( https://github.com/duffn ) .
44* [ #105 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/105 ) : Migrate to GitHub Actions - [ @duffn ] ( https://github.com/duffn ) .
55* [ #98 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/98 ) : Fix: test against Rails 6 - [ @dblock ] ( https://github.com/dblock ) .
66
7- * Your contribution here.
8-
97### 0.3.1 (2019/02/16)
108
119* [ #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
1111rake
1212```
1313
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.
1515
1616Increment the version, modify [ lib/grape-swagger-rails/version.rb] ( lib/grape-swagger-rails/version.rb ) .
1717
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 ` ).
2020
2121Change "Next Release" in [ CHANGELOG.md] ( CHANGELOG.md ) to the new version.
2222
@@ -50,8 +50,7 @@ Pushed grape-swagger-rails 0.1.1 to rubygems.org.
5050Add the next release to [ CHANGELOG.md] ( CHANGELOG.md ) .
5151
5252```
53- Next Release
54- ============
53+ ### Next Release
5554
5655* Your contribution here.
5756```
Original file line number Diff line number Diff line change 11module GrapeSwaggerRails
2- VERSION = '0.3.1 ' . freeze
2+ VERSION = '0.4.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments