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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

# 0.18.2

- Fix after_request_complete getting nil env on parsing exceptions.
- Fix Rack 3.2 compatibility (`PATH_INFO` will now be `"*"` for `OPTIONS *`).
- Avoid double response on post-response exception.

# 0.18.1

- Handle potential Errno::EBADF raised by `IO#reopen` in `Pitchfork::Info.close_all_ios!`.
Expand Down Expand Up @@ -140,4 +146,4 @@

# 0.1.0

Initial release
Initial release
2 changes: 1 addition & 1 deletion lib/pitchfork/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Pitchfork
VERSION = "0.18.1"
VERSION = "0.18.2"
module Const
UNICORN_VERSION = '6.1.0'
end
Expand Down