Skip to content

Commit

Permalink
Bump version to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Jan 15, 2025
1 parent 84c8a69 commit 8f8fd41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Cro::HTTP

{{NEXT}}
0.8.10
- Add two `Response` convenience methods: `not-supported` (500) and
`server-error` (505).
- Add support for HTTP/2 cookie headers.
Expand Down
6 changes: 3 additions & 3 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cro::HTTP",
"description": "Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.",
"version": "0.8.9.1",
"version": "0.8.10",
"api": "0",
"auth": "zef:cro",
"perl": "6.*",
Expand All @@ -14,8 +14,8 @@
"IO::Path::ChildSecure",
"Base64",
"HTTP::HPACK:ver<1.0.1>",
"Cro::Core:ver<0.8.9>",
"Cro::TLS:ver<0.8.9>",
"Cro::Core:ver<0.8.10+>:api<0>:auth<zef:cro>",
"Cro::TLS:ver<0.8.10+>:api<0>:auth<zef:cro>",
"JSON::Fast",
"Crypt::Random",
"JSON::JWT",
Expand Down

0 comments on commit 8f8fd41

Please sign in to comment.