Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 5, 2022
1 parent 3e17592 commit dcbda31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).

## [3.0.2] -2022-12-05

### Fixed

- `Utils.build_nested_query` URL-encodes nested field names including the square brackets.
- Allow `Rack::Response` to pass through streaming bodies. ([#1993](https://github.com/rack/rack/pull/1993), [@ioquatix])

## [3.0.1] - 2022-11-18

### Fixed

- `MethodOverride` does not look for an override if a request does not include form/parseable data.
- `Rack::Lint::Wrapper` correctly handles `respond_to?` with `to_ary`, `each`, `call` and `to_path`, forwarding to the body. ([#1981](https://github.com/rack/rack/pull/1981), [@ioquatix])
- `Utils.build_nested_query` URL-encodes nested field names including the square brackets.

## [3.0.0] - 2022-09-06

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.version
VERSION
end

RELEASE = "3.0.1"
RELEASE = "3.0.2"

# Return the Rack release as a dotted string.
def self.release
Expand Down

0 comments on commit dcbda31

Please sign in to comment.