From 32c3bfe8504dac7eb1751508b51f57f07a11d03a Mon Sep 17 00:00:00 2001 From: DasSkelett Date: Sat, 20 Jun 2020 12:20:17 +0200 Subject: [PATCH] Release v1.3.1 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e38aa..0ac20f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # This file contains all notable changes to the AVC-VersionFileValidator ## master (not included in any release yet) + + +## v1 +##v1.3.1 * Fix TypeError when formatting logging messages that don't have any args (#15 by: DasSkelett) * Add 'only' parameter to Action; Changes to this repo's workflow setup (#16 by: DasSkelett) -## v1 ## v1.3.0 * Don't fail validation for invalid remote files (#11 by: DasSkelett) * Update requirements (#12 by: DasSkelett) diff --git a/README.md b/README.md index beb43d3..9d435c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Unit Tests](https://github.com/DasSkelett/AVC-VersionFileValidator/workflows/Unit%20Tests/badge.svg) ![Full Integration Test](https://github.com/DasSkelett/AVC-VersionFileValidator/workflows/Full%20Integration%20Test/badge.svg) ![Full Integration Test (Docker)](https://github.com/DasSkelett/AVC-VersionFileValidator/workflows/Full%20Integration%20Test%20(Docker)/badge.svg) -This repository hosts a Docker-based GitHub Action written in Python3.8 that you can use in a workflow in your [KSP](https://www.kerbalspaceprogram.com/) mod repo. +[This repository](https://github.com/DasSkelett/AVC-VersionFileValidator) hosts a Docker-based GitHub Action written in Python3.8 that you can use in a workflow in your [KSP](https://www.kerbalspaceprogram.com/) mod repo. It will validate all [KSP-AVC](https://github.com/linuxgurugamer/KSPAddonVersionChecker) version files in the repository against [the official KSP-AVC schema](https://github.com/linuxgurugamer/KSPAddonVersionChecker/blob/master/KSP-AVC.schema.json). This is intended for authors and maintainers of [Kerbal Space Program](https://www.kerbalspaceprogram.com/) mods.