Skip to content

Commit 33e5261

Browse files
committed
chore(release): 0.10.1
1 parent d97786a commit 33e5261

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1](https://github.com/theleagueof/fontship/compare/v0.10.0...v0.10.1) (2025-01-25)
6+
7+
8+
### New Features
9+
10+
* **deps:** Update git2 crate to enable build against libgit2-1.9 ([a42e03a](https://github.com/theleagueof/fontship/commit/a42e03a478bdced8cb39719830f48748e02cb7a0))
11+
12+
13+
### Bug Fixes
14+
15+
* **build:** Set correct final permissions on intermediary shell completion artifacts ([7cee491](https://github.com/theleagueof/fontship/commit/7cee4915b5950da0e1e8cd39db20d3156978108c))
16+
* **gha:** Stop forcing all GH Action runs to install-dist ([319c56f](https://github.com/theleagueof/fontship/commit/319c56f942d796aa4c52bc6359e7e48bd1bdb3f9))
17+
518
## [0.10.0](https://github.com/theleagueof/fontship/compare/v0.9.6...v0.10.0) (2024-09-23)
619

720

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fontship"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.1"
@@ -79,8 +79,4 @@ locale = "en-us"
7979

8080
[package.metadata.typos.files]
8181
ignore-hidden = false
82-
extend-exclude = [
83-
"/.git",
84-
"CHANGELOG.md",
85-
"build-aux/ax*",
86-
]
82+
extend-exclude = ["/.git", "CHANGELOG.md", "build-aux/ax*"]

action.yml

+1-1
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.10.0
19+
image: docker://ghcr.io/theleagueof/fontship:v0.10.1
2020
entrypoint: sh
2121
args:
2222
- -c

package.json

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

0 commit comments

Comments
 (0)