From 434bb4e11bad9432215f5101f41f7a10be8fb538 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 17 Sep 2024 01:55:08 +0300 Subject: [PATCH] chore(release): 0.10.0 --- 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 1c74e95..9403545 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.10.0](https://github.com/theleagueof/fontship/compare/v0.9.0...v0.10.0) (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..5f61695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.0" +version = "0.10.0" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5911cde..4421bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.0" +version = "0.10.0" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 6253f28..dd0a085 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.10.0 args: - make - _gha diff --git a/package.json b/package.json index 39601c2..c6ddb6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.0", + "version": "0.10.0", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {