Skip to content

Commit

Permalink
Merge pull request #43 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 4, 2025
2 parents 0c05711 + 9943081 commit 9bf7d26
Show file tree
Hide file tree
Showing 3 changed files with 17 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?

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

{{NEXT}}
- Fix parsing URIs with empty path segments.
- Enhance `Cro::Message` objects to allow adding arbitrary data via
`%.attributes`.
- Add an `$.origin` field to the `X::Cro::Uri::ParseError` exception so that
consuming code can add origination information if so desired.
- Change dependency management to allow individual Cro modules to be
updated individually.
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::Core",
"description": "Implements the asynchronous pipeline at the heart of all Cro libraries.",
"version": "0.8.9",
"api": "0",
"auth": "zef:cro",
"perl": "6.*",
"authors": [
Expand Down

0 comments on commit 9bf7d26

Please sign in to comment.