Skip to content

Commit

Permalink
chore(release): 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 31, 2024
1 parent 23aadc7 commit f994002
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.14.1](https://github.com/sile-typesetter/casile/compare/v0.14.0...v0.14.1) (2024-08-31)


### New Features

* **utilities:** Add utility function to simplify adding toolkits to projects ([23aadc7](https://github.com/sile-typesetter/casile/commit/23aadc7beda69185774bec09f3c7866d06679dd1))


### Bug Fixes

* **build:** Avoid the perceived need for an extra automake cycle in dist tarball ([43814e9](https://github.com/sile-typesetter/casile/commit/43814e9e96cc011efaa362c5cc2a3252b447ee8a))
* **rules:** Fix project-local font directory handling ([098ad34](https://github.com/sile-typesetter/casile/commit/098ad34b51c49d678a704ed71f0bcbcd231e54b8))

## [0.14.0](https://github.com/sile-typesetter/casile/compare/v0.13.4...v0.14.0) (2024-08-29)


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 = "casile"
version = "0.14.0"
version = "0.14.1"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
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 @@ -15,7 +15,7 @@ outputs:
description: Version string
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/casile:v0.14.0
image: docker://ghcr.io/sile-typesetter/casile:v0.14.1
args:
- ${{ inputs.args }}
branding:
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": "casile",
"version": "0.14.0",
"version": "0.14.1",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit f994002

Please sign in to comment.