Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1] - 2026-01-23

### Fixed

- Added missing CSS styles for job details page
- Job details page now uses full width layout consistent with other pages

## [1.0.0] - 2026-01-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solid_queue_monitor (1.0.0)
solid_queue_monitor (1.0.1)
rails (>= 7.0)
solid_queue (>= 0.1.0)

Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.10.2)
json (2.18.0)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.7.0)
Expand Down
Loading