From eefe522debbdf5f040851465326e740343e3b5a3 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 19 Sep 2024 17:15:56 +0300 Subject: [PATCH] chore(release): 0.9.5 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01afa44..7077adc 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.5](https://github.com/theleagueof/fontship/compare/v0.9.4...v0.9.5) (2024-09-19) + + +### Bug Fixes + +* **docker:** Rebuild Docker images with updated gftools dependencies ([c41be73](https://github.com/theleagueof/fontship/commit/c41be731ffbafe3952ff6bfa3ff3433073ffabd5)) + ## [0.9.4](https://github.com/theleagueof/fontship/compare/v0.9.3...v0.9.4) (2024-09-19) diff --git a/Cargo.lock b/Cargo.lock index 020c909..2aec3fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.4" +version = "0.9.5" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6f18d18..e538ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.4" +version = "0.9.5" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 366a044..4da80e0 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.4 + image: docker://ghcr.io/theleagueof/fontship:v0.9.5 args: - make - _gha diff --git a/package.json b/package.json index d6f4476..6aa8dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.4", + "version": "0.9.5", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {