Skip to content

Commit 9db18c4

Browse files
committed
Preparing for release, 0.6.0.
1 parent 99e6940 commit 9db18c4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
### 0.5.6 (Next)
1+
### 0.6.0 (2025/04/26)
22

33
#### Features
44

5-
* Your contribution here.
65
* [#76](https://github.com/ruby-grape/grape-swagger-entity/pull/76): Update ci matrix and gemfile for multi-version grape testing - [@numbata](https://github.com/numbata).
76
* [#77](https://github.com/ruby-grape/grape-swagger-entity/pull/77): Allow proc for enum values in documentation - [@krororo](https://github.com/krororo).
87

98
#### Fixes
109

11-
* Your contribution here.
1210
* [#75](https://github.com/ruby-grape/grape-swagger-entity/pull/75): Fix handling of entity with class names without "entity" or "entities" - [@numbata](https://github.com/numbata).
1311

1412
### 0.5.5 (2024/09/09)

lib/grape-swagger/entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GrapeSwagger
44
module Entity
5-
VERSION = '0.5.6'
5+
VERSION = '0.6.0'
66
end
77
end

0 commit comments

Comments
 (0)