File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- --format documentation
2
1
--color
2
+ --profile
3
+ --format documentation
Original file line number Diff line number Diff line change 6
6
7
7
#### Fixes
8
8
9
- * [ #359 ] ( https://github.com/ruby-grape/grape-entity/pull/359 ) : Respect ` hash_access ` setting when using ` expose_nil: false ` option - [ @magni- ] ( https://github.com/magni- ) .
10
9
* Your contribution here.
11
10
12
11
12
+ ### 0.10.1 (2021-10-22)
13
+
14
+ #### Fixes
15
+
16
+ * [ #359 ] ( https://github.com/ruby-grape/grape-entity/pull/359 ) : Respect ` hash_access ` setting when using ` expose_nil: false ` option - [ @magni- ] ( https://github.com/magni- ) .
17
+
18
+
13
19
### 0.10.0 (2021-09-15)
14
20
15
21
#### Features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GrapeEntity
4
- VERSION = '0.10.0 '
4
+ VERSION = '0.10.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments