Skip to content

Commit 32c3bfe

Browse files
committed
Release v1.3.1
1 parent 88e392b commit 32c3bfe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# This file contains all notable changes to the AVC-VersionFileValidator
22

33
## master (not included in any release yet)
4+
5+
6+
## v1
7+
##v1.3.1
48
* Fix TypeError when formatting logging messages that don't have any args (#15 by: DasSkelett)
59
* Add 'only' parameter to Action; Changes to this repo's workflow setup (#16 by: DasSkelett)
610

7-
## v1
811
## v1.3.0
912
* Don't fail validation for invalid remote files (#11 by: DasSkelett)
1013
* Update requirements (#12 by: DasSkelett)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![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)
44

5-
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.
5+
[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.
66
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).
77

88
This is intended for authors and maintainers of [Kerbal Space Program](https://www.kerbalspaceprogram.com/) mods.

0 commit comments

Comments
 (0)