Skip to content

Commit 1e47495

Browse files
AnjanJclaude
andcommitted
chore: bump version to 0.5.6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent decfeba commit 1e47495

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.6] - 2026-03-25
9+
10+
### Fixed
11+
- **Copy for LLM rendered literal `\n` instead of newlines** — The `j` (escape_javascript) helper in the view escaped newlines for HTML attribute safety, but the clipboard received literal `\n` text. Now unescapes before copying so markdown renders correctly in editors and LLMs
12+
- **Copy for LLM crashed on related errors**`related_errors` returns plain `ErrorLog` objects, not wrapped objects with `.similarity`/`.error` accessors. Now handles both formats gracefully
13+
- **Instance variable `_self_class` rendered as raw hash** — When `_self_class` is stored as a serialized hash (`{"type":"String","value":"QuestService"}`), the formatter now extracts the value correctly instead of dumping the hash
14+
15+
---
16+
817
## [0.5.5] - 2026-03-25
918

1019
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsErrorDashboard
2-
VERSION = "0.5.5"
2+
VERSION = "0.5.6"
33
end

0 commit comments

Comments
 (0)