From 09271376eca339ed12fb979e2818e10d2f219b06 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 28 Nov 2024 18:32:29 +1300 Subject: [PATCH] Bump minor version. --- lib/protocol/http/version.rb | 2 +- readme.md | 4 ++++ releases.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/protocol/http/version.rb b/lib/protocol/http/version.rb index d0e8fc9..921ce4c 100644 --- a/lib/protocol/http/version.rb +++ b/lib/protocol/http/version.rb @@ -5,6 +5,6 @@ module Protocol module HTTP - VERSION = "0.45.0" + VERSION = "0.46.0" end end diff --git a/readme.md b/readme.md index f48a600..321cc7f 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/ Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases. +### v0.46.0 + + - Add support for `priority:` header. + ### v0.33.0 - Clarify behaviour of streaming bodies and copy `Protocol::Rack::Body::Streaming` to `Protocol::HTTP::Body::Streamable`. diff --git a/releases.md b/releases.md index 4b0e6d1..bc42b28 100644 --- a/releases.md +++ b/releases.md @@ -1,6 +1,6 @@ # Releases -## Unreleased +## v0.46.0 - Add support for `priority:` header.