From bf6724f278714df68b5a41a5fedcb70a3c09c73d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20B=C3=B6ker?= <patrick.boeker@clarisights.com>
Date: Mon, 30 Dec 2024 22:36:33 +0100
Subject: [PATCH] Add an API version to META6.json and add a `Changes` file

---
 .github/pull_request_template.md | 6 ++++++
 Changes                          | 5 +++++
 META6.json                       | 1 +
 3 files changed, 12 insertions(+)
 create mode 100644 .github/pull_request_template.md
 create mode 100644 Changes

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 0000000..cc4d48a
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -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?
+
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..1035acb
--- /dev/null
+++ b/Changes
@@ -0,0 +1,5 @@
+Revision history for Cro::WebSocket
+
+{{NEXT}}
+    - Change dependency management to allow individual Cro modules to be
+      updated individually.
diff --git a/META6.json b/META6.json
index bd43a49..f4f9b02 100644
--- a/META6.json
+++ b/META6.json
@@ -2,6 +2,7 @@
   "name": "Cro::WebSocket",
   "description": "WebSocket client, and WebSocket support in the Cro HTTP router.",
   "version": "0.8.9",
+  "api": "0",
   "auth": "zef:cro",
   "perl": "6.*",
   "authors": [