From 2110c3ccc154d35ed1792e15e20287cc074e955f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20B=C3=B6ker?= Date: Wed, 15 Jan 2025 23:26:45 +0100 Subject: [PATCH] Bump version to 0.8.10 --- Changes | 2 +- META6.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 1394542..94fab2b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for cro -{{NEXT}} +0.8.10 - Fix tests and CI. - Change dependency management to allow individual Cro modules to be updated individually. diff --git a/META6.json b/META6.json index 25e6c04..d180895 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,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", + "version": "0.8.10", "api": "0", "perl": "6.*", "authors": [ @@ -17,7 +17,7 @@ "Terminal::ANSIColor", "OO::Monitors", "YAMLish", - "Cro::WebSocket:ver<0.8.9>", + "Cro::WebSocket:ver<0.8.10+>:api<0>:auth", "Docker::File", "File::Ignore" ],