Skip to content

Commit

Permalink
Merge pull request #167 from croservices/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 431bf62 + d5caf9e commit a7e5104
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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?

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

{{NEXT}}
- Fix tests and CI.
- Change dependency management to allow individual Cro modules to be
updated individually.
3 changes: 2 additions & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cro",
"description": "Libraries and tools for building reactive services in Raku. This installs the cro command line and web tool, along with HTTP (including HTTPS and HTTP/2.0) and WebSocket support.",
"version": "0.8.9",
"api": "0",
"perl": "6.*",
"authors": [
"Jonathan Worthington <[email protected]>"
Expand Down Expand Up @@ -57,4 +58,4 @@
"WebSocket"
],
"source-url": "https://github.com/croservices/cro.git"
}
}

0 comments on commit a7e5104

Please sign in to comment.