Skip to content

Commit 9225c98

Browse files
committed
Bump to v0.10.0
1 parent 15eb026 commit 9225c98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
### 0.10.0 - 2025-4-1
4+
35
- Add a note about Helper Inclusion to README
46
- Add ObjectInspector::InspectorsHelper#inspect! as a short form for #inspect(scope: :all)
57

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
object_inspector (0.9.0)
4+
object_inspector (0.10.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/object_inspector/version.rb

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

33
module ObjectInspector
44
# The current ObjectInspector gem version.
5-
VERSION = "0.9.0"
5+
VERSION = "0.10.0"
66
end

0 commit comments

Comments
 (0)