File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55
66module Protocol
77 module HTTP
8- VERSION = "0.54 .0"
8+ VERSION = "0.55 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
3030
3131Please see the [ project releases] ( https://socketry.github.io/protocol-http/releases/index ) for all releases.
3232
33- ### Unreleased
33+ ### v0.55.0
3434
35- - ** Breaking Change ** : Move ` Protocol::HTTP::Header::QuotedString ` to ` Protocol::HTTP::QuotedString ` for better reusability.
36- - ** Breaking Change ** : Handle cookie key/value pairs using ` QuotedString ` as per RFC 6265.
35+ - ** Breaking** : Move ` Protocol::HTTP::Header::QuotedString ` to ` Protocol::HTTP::QuotedString ` for better reusability.
36+ - ** Breaking** : Handle cookie key/value pairs using ` QuotedString ` as per RFC 6265.
3737 - Don't use URL encoding for cookie key/value.
38- - ** Breaking Change ** : Remove ` Protocol::HTTP::URL ` and ` Protocol::HTTP::Reference ` – replaced by ` Protocol::URL ` gem.
38+ - ** Breaking** : Remove ` Protocol::HTTP::URL ` and ` Protocol::HTTP::Reference ` – replaced by ` Protocol::URL ` gem.
3939 - ` Protocol::HTTP::URL ` -\> ` Protocol::URL::Encoding ` .
4040 - ` Protocol::HTTP::Reference ` -\> ` Protocol::URL::Reference ` .
4141
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.55.0
44
55 - ** Breaking** : Move ` Protocol::HTTP::Header::QuotedString ` to ` Protocol::HTTP::QuotedString ` for better reusability.
66 - ** Breaking** : Handle cookie key/value pairs using ` QuotedString ` as per RFC 6265.
7- - Don't use URL encoding for cookie key/value.
7+ - Don't use URL encoding for cookie key/value.
88 - ** Breaking** : Remove ` Protocol::HTTP::URL ` and ` Protocol::HTTP::Reference ` – replaced by ` Protocol::URL ` gem.
9- - ` Protocol::HTTP::URL ` -> ` Protocol::URL::Encoding ` .
10- - ` Protocol::HTTP::Reference ` -> ` Protocol::URL::Reference ` .
9+ - ` Protocol::HTTP::URL ` -\ > ` Protocol::URL::Encoding ` .
10+ - ` Protocol::HTTP::Reference ` -\ > ` Protocol::URL::Reference ` .
1111
1212## v0.54.0
1313
You can’t perform that action at this time.
0 commit comments