From a71c5016d77d2b33ac9e725d986677f7fc910de8 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 17 Sep 2024 01:13:55 +0300 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 18 +++++++++++++++++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262b15e..1c74e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +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.0](https://github.com/theleagueof/fontship/compare/v0.8.2...v0.9.0) (2024-09-16) + + +### New Features + +* **cli:** Overhaul UI, friendlier to both CI/scripts and interactive use ([517a46b](https://github.com/theleagueof/fontship/commit/517a46b73635785250369886aa16c2fbbb53fe16)) +* **rules:** Allow extension of rules *after* Fontship loads ([b7df1fd](https://github.com/theleagueof/fontship/commit/b7df1fd9030841e487d00e3cd24abc02c5fe8030)) + + +### Bug Fixes + +* **build:** Avoid the perceived need for an extra automake cycle in dist tarball ([7b72816](https://github.com/theleagueof/fontship/commit/7b7281640c8feb2ba204d381d27f1ba4cebc93bb)) +* **build:** Swap unportable ‘cp -bf’ for ‘install’ ([41ed637](https://github.com/theleagueof/fontship/commit/41ed637ade5e8dc55759e4113d75cdc76ae6e2c3)) +* **cli:** Avoid Unicode direction isolation marks in CLI output ([bbae252](https://github.com/theleagueof/fontship/commit/bbae2527a22518c780f922c07baa77f8689618eb)) +* **rules:** Use python protobuf, our protoc is too new for gftools ([fc0e4f2](https://github.com/theleagueof/fontship/commit/fc0e4f29b74aa2d90508b60f2a4f5b7a3584dd48)) ### [0.8.2](https://github.com/theleagueof/fontship/compare/v0.8.1...v0.8.2) (2021-05-14) diff --git a/Cargo.lock b/Cargo.lock index 60dcb7a..3f33c4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.8.2" +version = "0.9.0" dependencies = [ "Inflector", "clap", @@ -1670,9 +1670,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.4" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" +checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 0232d4e..5911cde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.8.2" +version = "0.9.0" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 3ecaa78..6253f28 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.8.2 + image: docker://ghcr.io/theleagueof/fontship:v0.9.0 args: - make - _gha diff --git a/package.json b/package.json index 55b7eae..39601c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.8.2", + "version": "0.9.0", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {