From 6b926e96ec66daee997022d0e2c75599a5f46473 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 19 Sep 2024 15:12:07 +0300 Subject: [PATCH] chore(release): 0.9.3 --- 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 6f98de3..203b118 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.3](https://github.com/theleagueof/fontship/compare/v0.9.2...v0.9.3) (2024-09-19) + + +### Bug Fixes + +* **build:** Inform autotools of the new location for packaged shell scripts ([0d15eb8](https://github.com/theleagueof/fontship/commit/0d15eb8b4f32363d8f197be238abf3800246a6f8)) + ## [0.9.2](https://github.com/theleagueof/fontship/compare/v0.9.1...v0.9.2) (2024-09-17) ## [0.9.1](https://github.com/theleagueof/fontship/compare/v0.9.0...v0.9.1) (2024-09-16) diff --git a/Cargo.lock b/Cargo.lock index 6273d2c..145ccc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.2" +version = "0.9.3" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9040aa3..fd9dab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.2" +version = "0.9.3" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 137574b..97f003f 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.2 + image: docker://ghcr.io/theleagueof/fontship:v0.9.3 args: - make - _gha diff --git a/package.json b/package.json index e50b329..de802f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.2", + "version": "0.9.3", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {