Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Mar 21, 2023
1 parent 4115a76 commit 3fc4b4c
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,5 +1,10 @@
## [Unreleased]

## [0.1.3] - 2023-03-22

- Fixed Errno::EACCES from StringIO when a streaming body (body does not respond to `#each`) is returned
- Raise error when a response body is nil

## [0.1.2] - 2023-03-22

- Fixed Apigatewayv2Rack.handler_from_rack_config_file didn't work well with Rack 3.
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:
apigatewayv2_rack (0.1.2)
apigatewayv2_rack (0.1.3)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/apigatewayv2_rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Apigatewayv2Rack
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit 3fc4b4c

Please sign in to comment.