Skip to content

Commit 72bb07c

Browse files
committed
chore(release): 0.10.0
1 parent 96c2f28 commit 72bb07c

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
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.
44

5+
## [0.10.0](https://github.com/theleagueof/fontship/compare/v0.9.6...v0.10.0) (2024-09-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Everything is relicensed. All previous contributors
11+
signed off ages ago so old code can now be used under either terms and
12+
future contributions will be only under the GPL.
13+
14+
### New Features
15+
16+
* **rules:** Make output compression more easily configurable ([72c5ea7](https://github.com/theleagueof/fontship/commit/72c5ea7222e2a63de72362781fb20d65b24e2f88))
17+
18+
19+
### Bug Fixes
20+
21+
* **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))
22+
23+
24+
### Behind the Scenes
25+
26+
* Relicense AGPL → GPL ([f098f20](https://github.com/theleagueof/fontship/commit/f098f209a041f7a1b7759f333baa49e2a8931488)), closes [#35](https://github.com/theleagueof/fontship/issues/35)
27+
528
## [0.9.6](https://github.com/theleagueof/fontship/compare/v0.9.5...v0.9.6) (2024-09-20)
629

730

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fontship"
3-
version = "0.9.6"
3+
version = "0.10.0"
44
authors = [ "Caleb Maclennan <[email protected]>" ]
55
edition = "2021"
66
rust-version = "1.74.1"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ outputs:
1616
description: Project Name
1717
runs:
1818
using: docker
19-
image: docker://ghcr.io/theleagueof/fontship:v0.9.6
19+
image: docker://ghcr.io/theleagueof/fontship:v0.10.0
2020
entrypoint: sh
2121
args:
2222
- -c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fontship",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"description": "A font development toolkit and collaborative work flow",
55
"main": "fontship",
66
"scripts": {

0 commit comments

Comments
 (0)