Skip to content

Commit

Permalink
chore(release): 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 25, 2025
1 parent d97786a commit 33e5261
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 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.10.1](https://github.com/theleagueof/fontship/compare/v0.10.0...v0.10.1) (2025-01-25)


### New Features

* **deps:** Update git2 crate to enable build against libgit2-1.9 ([a42e03a](https://github.com/theleagueof/fontship/commit/a42e03a478bdced8cb39719830f48748e02cb7a0))


### Bug Fixes

* **build:** Set correct final permissions on intermediary shell completion artifacts ([7cee491](https://github.com/theleagueof/fontship/commit/7cee4915b5950da0e1e8cd39db20d3156978108c))
* **gha:** Stop forcing all GH Action runs to install-dist ([319c56f](https://github.com/theleagueof/fontship/commit/319c56f942d796aa4c52bc6359e7e48bd1bdb3f9))

## [0.10.0](https://github.com/theleagueof/fontship/compare/v0.9.6...v0.10.0) (2024-09-23)


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.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontship"
version = "0.10.0"
version = "0.10.1"
authors = ["Caleb Maclennan <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down Expand Up @@ -79,8 +79,4 @@ locale = "en-us"

[package.metadata.typos.files]
ignore-hidden = false
extend-exclude = [
"/.git",
"CHANGELOG.md",
"build-aux/ax*",
]
extend-exclude = ["/.git", "CHANGELOG.md", "build-aux/ax*"]
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.10.0
image: docker://ghcr.io/theleagueof/fontship:v0.10.1
entrypoint: sh
args:
- -c
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.10.0",
"version": "0.10.1",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit 33e5261

Please sign in to comment.