Skip to content

Commit 1dc389d

Browse files
committed
Merge branch 'clear-resolved-errors'
2 parents df43436 + 60336b3 commit 1dc389d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.7.0] - 2025-06-11
4+
5+
- support ruby 3.4.0 style backtrace string ([@kuboon](https://github.com/fractaledmind/solid_errors/pull/74))
6+
- Remove ActionMailer as a dependency ([@coorasse](https://github.com/fractaledmind/solid_errors/pull/77))
7+
- Fix console uninitialized constant Rails error ([@ron-shinall](https://github.com/fractaledmind/solid_errors/pull/72))
8+
- Update documentation to show how to add additional information to the context ([@francescob](https://github.com/fractaledmind/solid_errors/pull/71))
9+
- Introduce base_controller_class config option ([@ron-shinall](https://github.com/fractaledmind/solid_errors/pull/67))
10+
- Introducing destroy_after config property to clear resolved errors ([@ron-shinall](https://github.com/fractaledmind/solid_errors/pull/79))
11+
312
## [0.6.1] - 2024-09-19
413

514
- Fix the install generator by putting the schema in the db/ directory ([@fractaledmind](https://github.com/fractaledmind/solid_errors/pull/62))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
solid_errors (0.6.1)
4+
solid_errors (0.7.0)
55
actionpack (>= 7.0)
66
actionview (>= 7.0)
77
activerecord (>= 7.0)

lib/solid_errors/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 SolidErrors
4-
VERSION = "0.6.1"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)