Skip to content

Commit eb8e847

Browse files
committed
3.3.0
1 parent 710a5ed commit eb8e847

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 3.3.0 - 2023-12-07
4+
- [FEATURE] Use `?pp=flamegraph?ignore_gc=true` or `config.flamegraph_ignore_gc` to ignore gc in flamegraphs. [#599](https://github.com/MiniProfiler/rack-mini-profiler/pull/599)
5+
36
## 3.2.1 - 2023-12-07
47
- [FIX] memory_profiler was broken due to an undefined local [#597](https://github.com/MiniProfiler/rack-mini-profiler/pull/597)
58

lib/mini_profiler/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Rack
44
class MiniProfiler
5-
VERSION = '3.2.1'
5+
VERSION = '3.3.0'
66
SOURCE_CODE_URI = 'https://github.com/MiniProfiler/rack-mini-profiler'
77
end
88
end

0 commit comments

Comments
 (0)