Skip to content

Commit

Permalink
chore(release): 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 20, 2024
1 parent 7674543 commit 1a71069
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.6](https://github.com/theleagueof/fontship/compare/v0.9.5...v0.9.6) (2024-09-20)


### New Features

* **actions:** Make it easier to override input arguments from workflows ([8150a90](https://github.com/theleagueof/fontship/commit/8150a90db09c9f78d707b75354947ee404f25206))
* **rules:** Output detected family names to GitHub Actions ([73cc0c6](https://github.com/theleagueof/fontship/commit/73cc0c6877dabc590352d69bf5a1789e5cf0c201))


### Bug Fixes

* **rules:** Update method of passing GitHub CI variables to current API ([fe277e4](https://github.com/theleagueof/fontship/commit/fe277e4ca72edc59a06c99e653bd52b60c0979f3))

## [0.9.5](https://github.com/theleagueof/fontship/compare/v0.9.4...v0.9.5) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontship"
version = "0.9.5"
version = "0.9.6"
authors = [ "Caleb Maclennan <[email protected]>" ]
edition = "2021"
rust-version = "1.74.1"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outputs:
description: Project Name
runs:
using: docker
image: docker://ghcr.io/theleagueof/fontship:v0.9.5
image: docker://ghcr.io/theleagueof/fontship:v0.9.6
args: ${{ inputs.args }}
branding:
icon: truck
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fontship",
"version": "0.9.5",
"version": "0.9.6",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit 1a71069

Please sign in to comment.