From e40225c5b8e0f32e558ea5a1a8b8ee84afff6de8 Mon Sep 17 00:00:00 2001 From: Chisel Date: Fri, 14 Apr 2023 15:21:28 +0100 Subject: [PATCH] changie updates for 0.0.6 --- .changes/0.0.6.md | 15 +++++++++++++++ .changes/unreleased/Added-20230414-140901.yaml | 5 ----- .changes/unreleased/Changed-20230414-014524.yaml | 5 ----- .changes/unreleased/Changed-20230414-015528.yaml | 5 ----- .changes/unreleased/Changed-20230414-115103.yaml | 5 ----- .changes/unreleased/Changed-20230414-141841.yaml | 5 ----- .changes/unreleased/Fixed-20230414-105528.yaml | 6 ------ .changes/unreleased/Fixed-20230414-141605.yaml | 5 ----- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- 10 files changed, 31 insertions(+), 37 deletions(-) create mode 100644 .changes/0.0.6.md delete mode 100644 .changes/unreleased/Added-20230414-140901.yaml delete mode 100644 .changes/unreleased/Changed-20230414-014524.yaml delete mode 100644 .changes/unreleased/Changed-20230414-015528.yaml delete mode 100644 .changes/unreleased/Changed-20230414-115103.yaml delete mode 100644 .changes/unreleased/Changed-20230414-141841.yaml delete mode 100644 .changes/unreleased/Fixed-20230414-105528.yaml delete mode 100644 .changes/unreleased/Fixed-20230414-141605.yaml diff --git a/.changes/0.0.6.md b/.changes/0.0.6.md new file mode 100644 index 00000000..1678aa05 --- /dev/null +++ b/.changes/0.0.6.md @@ -0,0 +1,15 @@ +## 0.0.6 - 2023-04-14 + +### Added + +* fix placement of footer info on first page +### Changed + +* add more json assets to 'make refresh-json' [#2] +* Update gameinfo/*.json from assets +* pre-commit autoupdate, and format change for 'exclude' +* ignore .changes/unreleased/ files with yamllint +### Fixed + +* [pre-commit] ignore anything in gameinfo and fonts as we don't author these ourself +* add make dep of 'install-dev' for 'process' \ No newline at end of file diff --git a/.changes/unreleased/Added-20230414-140901.yaml b/.changes/unreleased/Added-20230414-140901.yaml deleted file mode 100644 index 4127bdd7..00000000 --- a/.changes/unreleased/Added-20230414-140901.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: fix placement of footer info on first page -time: 2023-04-14T14:09:01.9167+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230414-014524.yaml b/.changes/unreleased/Changed-20230414-014524.yaml deleted file mode 100644 index 2f83a5ef..00000000 --- a/.changes/unreleased/Changed-20230414-014524.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: add more json assets to 'make refresh-json' -time: 2023-04-14T01:45:24.847542+01:00 -custom: - GithubIssue: "2" diff --git a/.changes/unreleased/Changed-20230414-015528.yaml b/.changes/unreleased/Changed-20230414-015528.yaml deleted file mode 100644 index a74d967a..00000000 --- a/.changes/unreleased/Changed-20230414-015528.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: Update gameinfo/*.json from assets -time: 2023-04-14T01:55:28.439088+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230414-115103.yaml b/.changes/unreleased/Changed-20230414-115103.yaml deleted file mode 100644 index 8af1c7f7..00000000 --- a/.changes/unreleased/Changed-20230414-115103.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: pre-commit autoupdate, and format change for 'exclude' -time: 2023-04-14T11:51:03.876999+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230414-141841.yaml b/.changes/unreleased/Changed-20230414-141841.yaml deleted file mode 100644 index 79dcbaec..00000000 --- a/.changes/unreleased/Changed-20230414-141841.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: ignore .changes/unreleased/ files with yamllint -time: 2023-04-14T14:18:41.248879+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Fixed-20230414-105528.yaml b/.changes/unreleased/Fixed-20230414-105528.yaml deleted file mode 100644 index a5a1595b..00000000 --- a/.changes/unreleased/Fixed-20230414-105528.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: '[pre-commit] ignore anything in gameinfo and fonts as we don''t author these - ourself' -time: 2023-04-14T10:55:28.518855+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Fixed-20230414-141605.yaml b/.changes/unreleased/Fixed-20230414-141605.yaml deleted file mode 100644 index 941bb6af..00000000 --- a/.changes/unreleased/Fixed-20230414-141605.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: add make dep of 'install-dev' for 'process' -time: 2023-04-14T14:16:05.170844+01:00 -custom: - GithubIssue: "" diff --git a/CHANGELOG.md b/CHANGELOG.md index e10e13b9..5e4fef8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.0.6 - 2023-04-14 + +### Added + +* fix placement of footer info on first page +### Changed + +* add more json assets to 'make refresh-json' [#2] +* Update gameinfo/*.json from assets +* pre-commit autoupdate, and format change for 'exclude' +* ignore .changes/unreleased/ files with yamllint +### Fixed + +* [pre-commit] ignore anything in gameinfo and fonts as we don't author these ourself +* add make dep of 'install-dev' for 'process' ## 0.0.5 - 2023-04-14 ### Added diff --git a/README.md b/README.md index 334ebd8e..0a67089a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -![version](https://img.shields.io/badge/version-v0.0.5-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf) +![version](https://img.shields.io/badge/version-v0.0.6-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf)