Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jan 25, 2022
1 parent c94727d commit 4385c37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.0.4] - 2022-01-24

- Add `invoke_even_if_server_is_unsupported` option to ensure tasks are invoked
even if the server doesn't support rack.after_reply

## [0.0.3] - 2022-01-21

- Fix a bug where async tasks' after_each callbacks were called rack.after_reply
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maybe_later (0.0.3)
maybe_later (0.0.4)
concurrent-ruby (~> 1.1.9)
railties (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/maybe_later/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MaybeLater
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 4385c37

Please sign in to comment.