Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Jan 7, 2024
1 parent 0038424 commit 8c0dc15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
1.7.0 (2024-01-07)
=====================
* Add support for ruby 3.3.* (Charlie Savage)
* Remove support for ruby 2.7.* (Charlie Savage)
* Fix crash caused by referencing Profile Ruby objects from Method objects that were being moved
by GC compaction (Charlie Savage)

1.6.3 (2023-04-20)
=====================
* Remove debug code unintentionally left in ruby-prof command line program (Charlie Savage)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby-prof/version.rb
@@ -1,3 +1,3 @@
module RubyProf
VERSION = "1.6.3"
VERSION = "1.7.0"
end

0 comments on commit 8c0dc15

Please sign in to comment.