Skip to content

Commit a1ce74e

Browse files
authored
Bump version to 3.0.0 (#526)
Bumping the major version because 3e6f7e5 introduces a number of breaking changes to the abstract, memory and redis stores API, and also replaces the `snapshot_limit` config option with `max_snapshot_groups` and `max_snapshots_per_group`.
1 parent 3e6f7e5 commit a1ce74e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.0.0 - 2022-02-24
4+
5+
- PERF: Improve snapshots page performance (#518) (introduces breaking changes to the API of `AbstractStore`, `MemoryStore` and `RedisStore`, and removes the `snapshots_limit` config option.)
6+
37
## 2.3.4 - 2022-02-23
48

59
- [FEATURE] Add cookie path support for subfolder sites

lib/mini_profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)