Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Mar 1, 2023
1 parent f8444d3 commit 811ef35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.5.0

### Fixed

* Replace `File.exists?` with `File.exist?` (#1846)
* Escape `Resque.redis_id` for stats page (#1834)
* Escape resque info values (#1832)
* Correctly show the values of hash and none type on stats tab (#1838)
* Fix logging the worker name when starting the task (#1837)

### Added

* Raise an error when no available Rack server was found (#1836)
* Move code in `Resque::Server.helpers` block into a module to make it testable (#1851)

## 2.4.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Resque
VERSION = '2.4.0'
VERSION = '2.5.0'
end

0 comments on commit 811ef35

Please sign in to comment.