Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <jnthn@jnthn.net>"
Expand Down Expand Up @@ -57,4 +58,4 @@
"WebSocket"
],
"source-url": "https://github.com/croservices/cro.git"
}
}
Loading