From b08faebf17c8cb86a3abb599db5b29cb0a77ef08 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Thu, 12 Dec 2024 15:00:21 +0100 Subject: [PATCH] 0.1.2 --- Changes | 2 ++ META6.json | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4180f23..166e86b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ Revision history for SQL::NamedPlaceholder {{$NEXT}} + +0.1.2 2024-12-12T14:59:52+01:00 - Initial version as a Raku Community module diff --git a/META6.json b/META6.json index f6f4bb0..d0b81a6 100644 --- a/META6.json +++ b/META6.json @@ -1,4 +1,5 @@ { + "auth": "zef:raku-community-modules", "authors": [ "Asato Wakisaka" ], @@ -17,8 +18,10 @@ ], "source-url": "https://github.com/raku-community-modules/SQL-NamedPlaceholder.git", "tags": [ + "SQL", + "PLACEHOLDER" ], "test-depends": [ ], - "version": "0.1.1" + "version": "0.1.2" }