Skip to content

Commit 7c8abe9

Browse files
authored
Merge pull request #108 from duffn/duffn/release-0.4.0
2 parents 65b0e00 + 670f68a commit 7c8abe9

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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).

RELEASING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ bundle install
1111
rake
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

1616
Increment 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

2121
Change "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.
5050
Add the next release to [CHANGELOG.md](CHANGELOG.md).
5151

5252
```
53-
Next Release
54-
============
53+
### Next Release
5554
5655
* Your contribution here.
5756
```

lib/grape-swagger-rails/version.rb

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

0 commit comments

Comments
 (0)