Skip to content

Commit 9d1033e

Browse files
committed
0.3.1
1 parent 3f221d7 commit 9d1033e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.3.1] - 2025-05-03
4+
35
- Only show truncated summary + one full query in N+1 logs
46
- Fix parsing of multiline N+1 query logs
57
- Truncate summary N+1 queries to 100 chars

lib/dial/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dial
4-
VERSION = "0.3.0"
4+
VERSION = "0.3.1"
55
end

0 commit comments

Comments
 (0)