Skip to content

Commit e0d89b6

Browse files
committed
Preparing for release, 0.5.0.
1 parent 518aaa7 commit e0d89b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
### Next Release
1+
### 0.5.0 (2024/04/06)
22

3-
* Your contribution here.
43
* [#110](https://github.com/ruby-grape/grape-swagger-rails/pull/110): Update dummy app to current rails conventions - [@duffn](https://github.com/duffn).
54
* [#112](https://github.com/ruby-grape/grape-swagger-rails/pull/112): Add RuboCop GHA & autocorrect violations - [@duffn](https://github.com/duffn).
65
* [#114](https://github.com/ruby-grape/grape-swagger-rails/pull/114): Add `api_key_placeholder` option - [@SofiaSousa](https://github.com/SofiaSousa).

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'bundler/setup'
4+
require 'bundler/gem_tasks'
45

56
APP_RAKEFILE = File.expand_path('spec/dummy/Rakefile', __dir__)
67
load 'rails/tasks/engine.rake'

lib/grape-swagger-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GrapeSwaggerRails
4-
VERSION = '0.4.0'
4+
VERSION = '0.5.0'
55
end

0 commit comments

Comments
 (0)