diff --git a/CHANGELOG.md b/CHANGELOG.md index ca42eb00..c87c1ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 06cd8b01..b5f3531f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "casile" -version = "0.14.0" +version = "0.14.1" dependencies = [ "Inflector", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9992ab8d..02685e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casile" -version = "0.14.0" +version = "0.14.1" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 1ebbdb5d..7e0bbade 100644 --- a/action.yml +++ b/action.yml @@ -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: diff --git a/package.json b/package.json index 97d8fc8a..e57c698c 100644 --- a/package.json +++ b/package.json @@ -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": {