Skip to content

Commit c337a11

Browse files
committed
Preparing for release, 0.7.1.
1 parent 1192640 commit c337a11

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
### 0.7.1 (Next)
1+
### 0.7.1 (2026/01/28)
22

33
#### Features
44

5-
* Your contribution here.
65
* [#91](https://github.com/ruby-grape/grape-swagger-entity/pull/91): Improve README and add documentation structure - [@numbata](https://github.com/numbata).
76

87
#### Fixes
98

10-
* Your contribution here.
119
* [#90](https://github.com/ruby-grape/grape-swagger-entity/pull/90): Fix description not rendered for non-array entity references - [@numbata](https://github.com/numbata).
1210
* [#86](https://github.com/ruby-grape/grape-swagger-entity/pull/86): Fix Array[Object] documentation type parsing - [@numbata](https://github.com/numbata).
1311
* [#87](https://github.com/ruby-grape/grape-swagger-entity/pull/87): Remove hidden attributes from required - [@bogdan](https://github.com/bogdan).

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.7.0'
5+
VERSION = '0.7.1'
66
end
77
end

0 commit comments

Comments
 (0)