Skip to content

Commit c5f6ea0

Browse files
Release v1.6.0
1 parent 5cb9981 commit c5f6ea0

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0] - 2026-06-07
11+
1012
### Added
1113

1214
- `config.dashboard_cards` — accepts an array of `{ title:, link:, stats: }` hashes; each entry renders a custom card on the overview dashboard alongside the built-in Queue, Cache, and Cable cards; `stats` is an optional lambda returning a `{ label => value }` hash evaluated at render time; `link` is an optional `{ label:, url: }` for the card header
@@ -199,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199201
- Two-tier contextual navigation per section (Queue / Cache / Cable)
200202
- No runtime JavaScript dependency — all interactions use standard form POSTs or Turbo Stream
201203

202-
[Unreleased]: https://github.com/eclectic-coding/solid_stack_web/compare/v1.5.0...HEAD
204+
[Unreleased]: https://github.com/eclectic-coding/solid_stack_web/compare/v1.6.0...HEAD
205+
[1.6.0]: https://github.com/eclectic-coding/solid_stack_web/releases/tag/v1.6.0
203206
[1.5.0]: https://github.com/eclectic-coding/solid_stack_web/releases/tag/v1.5.0
204207
[1.4.0]: https://github.com/eclectic-coding/solid_stack_web/releases/tag/v1.4.0
205208
[1.3.0]: https://github.com/eclectic-coding/solid_stack_web/releases/tag/v1.3.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
solid_stack_web (1.5.0)
4+
solid_stack_web (1.6.0)
55
csv (>= 3.0)
66
importmap-rails (>= 1.2)
77
pagy (>= 43.0)
@@ -449,7 +449,7 @@ CHECKSUMS
449449
solid_cable (4.0.0) sha256=8379680ef6bf36e195eb876a6306ea290f87d5fa10bc4a757bc2a918f83229b5
450450
solid_cache (1.0.10) sha256=bc05a2fb3ac78a6f43cbb5946679cf9db67dd30d22939ededc385cb93e120d41
451451
solid_queue (1.4.0) sha256=e6a18d196f0b27cb6e3c77c5b31258b05fb634f8ed64fb1866ed164047216c2a
452-
solid_stack_web (1.5.0)
452+
solid_stack_web (1.6.0)
453453
sqlite3 (2.9.4-arm64-darwin) sha256=1d5aad413a815d236e96d43f05a1acc600b6cd086800770342a3f9c2877499ff
454454
sqlite3 (2.9.4-x86_64-linux-gnu) sha256=537a3eda71b1df1336d0055cbebe55a7317c34870c192c7b6b9d8d0be6871847
455455
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1

lib/solid_stack_web/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SolidStackWeb
2-
VERSION = "1.5.0"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)