-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from croservices/release-refactor
Add an API version to META6.json and add a `Changes` file
- Loading branch information
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
@@ -57,4 +58,4 @@ | |
"WebSocket" | ||
], | ||
"source-url": "https://github.com/croservices/cro.git" | ||
} | ||
} |