Skip to content

Commit 1745565

Browse files
committed
Bump to v0.9.0
1 parent e7cfd34 commit 1745565

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.9.0 - 2025-3-23
4+
35
- Add `issues` to the (probably never-used) CombiningFormatter + Internal refactoring/cleanup.
46
- Update benchmark code + results info for Ruby v3.4 in README
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.8.2)
4+
object_inspector (0.9.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.8.2"
5+
VERSION = "0.9.0"
66
end

0 commit comments

Comments
 (0)