diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c74e95..e9ccf87 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.1](https://github.com/theleagueof/fontship/compare/v0.9.0...v0.9.1) (2024-09-16) + + +### Bug Fixes + +* **build:** Package all source files in distribution tarball ([38b93e9](https://github.com/theleagueof/fontship/commit/38b93e9aebcc0001a64fa3d6561806aeb934091e)) + ## [0.9.0](https://github.com/theleagueof/fontship/compare/v0.8.2...v0.9.0) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index 3f33c4a..e32bc58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.0" +version = "0.9.1" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5911cde..0a17b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.0" +version = "0.9.1" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 6253f28..4c71373 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.0 + image: docker://ghcr.io/theleagueof/fontship:v0.9.1 args: - make - _gha diff --git a/package.json b/package.json index 39601c2..63d0f8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.0", + "version": "0.9.1", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {