Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Mar 25, 2020
1 parent eab7769 commit 389d5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master (unreleased)

## 1.7.0

- Add histogram support to `perf:library` (https://github.com/schneems/derailed_benchmarks/pull/169)
- Fix bug with `Kernel#require` patch when Zeitwerk is enabled (https://github.com/schneems/derailed_benchmarks/pull/170)

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

module DerailedBenchmarks
VERSION = "1.6.0"
VERSION = "1.7.0"
end

0 comments on commit 389d5c1

Please sign in to comment.