From 72bb07c6403a1754e31e0f1876d135bdfad70412 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 23 Sep 2024 22:23:27 +0300 Subject: [PATCH] chore(release): 0.10.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73b27a..52f4f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.6...v0.10.0) (2024-09-23) + + +### ⚠ BREAKING CHANGES + +* Everything is relicensed. All previous contributors +signed off ages ago so old code can now be used under either terms and +future contributions will be only under the GPL. + +### New Features + +* **rules:** Make output compression more easily configurable ([72c5ea7](https://github.com/theleagueof/fontship/commit/72c5ea7222e2a63de72362781fb20d65b24e2f88)) + + +### Bug Fixes + +* **action:** Args passed to Docker must be an array even if all you want is a string ([a1cabd2](https://github.com/theleagueof/fontship/commit/a1cabd2c92b0147ab6e9ea732d7a9a377b148c7f)) + + +### Behind the Scenes + +* Relicense AGPL → GPL ([f098f20](https://github.com/theleagueof/fontship/commit/f098f209a041f7a1b7759f333baa49e2a8931488)), closes [#35](https://github.com/theleagueof/fontship/issues/35) + ## [0.9.6](https://github.com/theleagueof/fontship/compare/v0.9.5...v0.9.6) (2024-09-20) diff --git a/Cargo.lock b/Cargo.lock index 8a10e17..5f61695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontship" -version = "0.9.6" +version = "0.10.0" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9493528..a2b81ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.9.6" +version = "0.10.0" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 1ff1804..39d843b 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ outputs: description: Project Name runs: using: docker - image: docker://ghcr.io/theleagueof/fontship:v0.9.6 + image: docker://ghcr.io/theleagueof/fontship:v0.10.0 entrypoint: sh args: - -c diff --git a/package.json b/package.json index 8965d0c..a55ce10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.9.6", + "version": "0.10.0", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {