diff --git a/CHANGELOG.md b/CHANGELOG.md index 203b118..01afa44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.9.4](https://github.com/theleagueof/fontship/compare/v0.9.3...v0.9.4) (2024-09-19) + + +### Bug Fixes + +* **docker:** Supply stat to Docker entry point for UID detection ([30377dc](https://github.com/theleagueof/fontship/commit/30377dcb3bde30c936228f79ace51e1899b57c09)) + ## [0.9.3](https://github.com/theleagueof/fontship/compare/v0.9.2...v0.9.3) (2024-09-19) diff --git a/Cargo.lock b/Cargo.lock index 145ccc7..020c909 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.3" +version = "0.9.4" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index fd9dab7..6f18d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.3" +version = "0.9.4" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 97f003f..366a044 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ outputs: description: Directory name with font family and detailed git version string runs: using: docker - image: docker://ghcr.io/theleagueof/fontship:v0.9.3 + image: docker://ghcr.io/theleagueof/fontship:v0.9.4 args: - make - _gha diff --git a/package.json b/package.json index de802f5..d6f4476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.3", + "version": "0.9.4", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {