Skip to content

Commit

Permalink
Merge pull request #200 from patrickbkr/release-refactor
Browse files Browse the repository at this point in the history
Add an API version to META6.json and add a `Changes` file
  • Loading branch information
patrickbkr authored Jan 7, 2025
2 parents ac03da8 + fc1e685 commit b551352
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Checklist
=========
(Feel free to delete this text once you went through it.)

- Did you add an entry to the `Changes` file?

7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Revision history for Cro::HTTP

{{NEXT}}
- Add two `Response` convenience methods: `not-supported` (500) and
`server-error` (505).
- Add support for HTTP/2 cookie headers.
- Be more lenient when receiving Cookies with duplicate parameters.
1 change: 1 addition & 0 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Cro::HTTP",
"description": "Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.",
"version": "0.8.9.1",
"api": "0",
"auth": "zef:cro",
"perl": "6.*",
"authors": [
Expand Down

0 comments on commit b551352

Please sign in to comment.