Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Dec 1, 2023
1 parent 2680644 commit 58d759f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -0,0 +1,7 @@
- 0.5.0 - 02-12-2023

- Improved --backtraces implementation
- Added --shapedump which is useful for lighter weight object shape dumps on Ruby 3.2 and up
- Move heap dumping to a fork for better performance
- Use TypedData API which has been supported for a very long time
- Update CI and fix some small errors
2 changes: 1 addition & 1 deletion lib/rbtrace/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class RBTracer
VERSION = '0.4.14'
VERSION = "0.5.0"
end

0 comments on commit 58d759f

Please sign in to comment.