Skip to content

Commit aac8e77

Browse files
authored
Prepare release 0.10.1 (#360)
1 parent 18a4b01 commit aac8e77

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.rspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
--format documentation
21
--color
2+
--profile
3+
--format documentation

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66

77
#### Fixes
88

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-).
109
* Your contribution here.
1110

1211

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+
1319
### 0.10.0 (2021-09-15)
1420

1521
#### Features

lib/grape_entity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GrapeEntity
4-
VERSION = '0.10.0'
4+
VERSION = '0.10.1'
55
end

0 commit comments

Comments
 (0)