Skip to content

Commit

Permalink
cut a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Dec 19, 2023
1 parent 1c67488 commit f990477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 0.5.1 - 19-12-2023

- Fix: RbTrace was used incorrectly instead of RBTrace, which lead to a broken build

- 0.5.0 - 02-12-2023

- Improved --backtraces implementation
Expand Down
2 changes: 1 addition & 1 deletion lib/rbtrace/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class RBTracer
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit f990477

Please sign in to comment.