Skip to content

Commit

Permalink
Bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobb committed Nov 21, 2024
1 parent f721d4d commit 7045fd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

### 0.7.0 - 2024-11-21

- Update minimum Ruby version from 2.7 -> 3.1

### 0.6.3 - 2023-11-21
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
object_inspector (0.6.3)
object_inspector (0.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/object_inspector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module ObjectInspector
# The current ObjectInspector gem version.
VERSION = "0.6.3"
VERSION = "0.7.0"
end

0 comments on commit 7045fd5

Please sign in to comment.