Skip to content

Commit

Permalink
changie updates for 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Apr 14, 2023
1 parent fe0085a commit e40225c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 37 deletions.
15 changes: 15 additions & 0 deletions .changes/0.0.6.md
Original file line number Diff line number Diff line change
@@ -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'
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20230414-140901.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20230414-014524.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20230414-015528.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20230414-115103.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20230414-141841.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixed-20230414-105528.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20230414-141605.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- markdownlint-disable MD013 -->

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

<!-- markdownlint-enable MD013 -->

Expand Down

0 comments on commit e40225c

Please sign in to comment.