Skip to content

Commit ef20d4d

Browse files
committed
Bump minor version.
1 parent 6cf5436 commit ef20d4d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

lib/protocol/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.54.0"
8+
VERSION = "0.55.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
3030

3131
Please 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

releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

0 commit comments

Comments
 (0)