From 4764358c397753d0784744ad3f0803d7f0677974 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Sat, 9 Nov 2024 11:20:50 +0100 Subject: [PATCH] 0.9.2 --- Changes | 2 ++ META6.json | 2 +- README.md | 2 +- dist.ini | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 2ded945..95433a5 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ Revision history for SSH-LibSSH {{$NEXT}} + +0.9.2 2024-11-09T11:20:35+01:00 - Initial version as a Raku Community module diff --git a/META6.json b/META6.json index 6574bd0..0c7f1cd 100644 --- a/META6.json +++ b/META6.json @@ -25,5 +25,5 @@ ], "test-depends": [ ], - "version": "0.9.1" + "version": "0.9.2" } diff --git a/README.md b/README.md index eb0e09d..4ddd993 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Actions Status](https://github.com/raku-community-modules/SSH-LibSSH/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/SSH-LibSSH/actions) [![Actions Status](https://github.com/raku-community-modules/SSH-LibSSH/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/SSH-LibSSH/actions) [![Actions Status](https://github.com/raku-community-modules/SSH-LibSSH/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/SSH-LibSSH/actions) +[![Actions Status](https://github.com/raku-community-modules/SSH-LibSSH/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/SSH-LibSSH/actions) [![Actions Status](https://github.com/raku-community-modules/SSH-LibSSH/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/SSH-LibSSH/actions) NAME ==== diff --git a/dist.ini b/dist.ini index 535aa5e..3e9d397 100644 --- a/dist.ini +++ b/dist.ini @@ -8,4 +8,4 @@ filename = lib/SSH/LibSSH.rakumod [Badges] provider = github-actions/linux.yml provider = github-actions/macos.yml -provider = github-actions/windows.yml +#provider = github-actions/windows.yml