From 948cd47d90159a75a33adb3c3e7e2ed5fb9800ad Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Fri, 4 Aug 2023 15:27:19 +0200 Subject: [PATCH] 0.0.10 --- Changes | 3 +++ META6.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 46c2df9..4a60abc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for App-Rak-Complete {{$NEXT}} +0.0.10 2023-08-04T15:26:34+02:00 + - Bump several dependencies + 0.0.9 2022-11-24T22:59:59+01:00 - Bump dependency on App::Rak in such a way that just updates on App::Rak without any of its dependencies diff --git a/META6.json b/META6.json index 148d524..587d6a6 100644 --- a/META6.json +++ b/META6.json @@ -6,14 +6,14 @@ "build-depends": [ ], "depends": [ - "App::Rak:ver<0.2.14+>:auth", + "App::Rak:ver<0.2.20+>:auth", "Edit::Files:ver<0.0.5>:auth", "Git::Blame::File:ver<0.0.9>:auth", "JSON::Path:ver<1.7>", "P5getgrnam:ver<0.0.9>:auth", "P5getpwnam:ver<0.0.10>:auth", - "sourcery:ver<0.0.4>:auth", - "Text::CSV:ver<0.012>:auth" + "sourcery:ver<0.0.5+>:auth", + "Text::CSV:ver<0.013>:auth" ], "description": "App::Rak with all its optional dependencies", "license": "Artistic-2.0", @@ -30,5 +30,5 @@ ], "test-depends": [ ], - "version": "0.0.9" + "version": "0.0.10" }