From 52b3442b4e81b663d6f717dd038edc3bb1609206 Mon Sep 17 00:00:00 2001 From: Jonathan Stowe Date: Sat, 3 Apr 2021 12:22:57 +0100 Subject: [PATCH] Up version, changes add GH badge --- Changes | 4 ++++ META6.json | 2 +- README.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bbc5939..274a38a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +v0.0.25 Sat 3 Apr 12:18:14 BST 2021 + * Light renaming + * Gentle spring cleaning + * Switch to GH actions v0.0.24 Sun 27 Sep 22:00:54 BST 2020 * Allow for both positional and associative depends (from JJ,) * Add raku attribute, optionalise and deprecate 'perl' diff --git a/META6.json b/META6.json index 001260c..9cc7d0e 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,6 @@ { "name": "META6", - "version": "0.0.24", + "version": "0.0.25", "auth": "github:jonathanstowe", "api": "1.0", "description": "Work with Raku META files", diff --git a/README.md b/README.md index f8b5b7a..fbaa390 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Do things with Raku [META files](http://design.raku.org/S22.html#META6.json) +[![CI](https://github.com/jonathanstowe/META6/actions/workflows/main.yml/badge.svg)](https://github.com/jonathanstowe/META6/actions/workflows/main.yml) + ## Synopsis The below will generate the *META6.json* for this module.