diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6fbf74..7253747f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/sile-typesetter/casile/compare/v0.14.2...v0.14.3) (2024-09-23) + + +### Bug Fixes + +* **action:** Work around GH's Action marketplace syntax quoting shell args ([b82591f](https://github.com/sile-typesetter/casile/commit/b82591fc450dc7540b2ab070a2bfda3d0d368e1c)) +* **rules:** Update method of passing GitHub CI variables to current API ([dfb4b3d](https://github.com/sile-typesetter/casile/commit/dfb4b3d16220d7eaec6687a7df825ab3985e78ad)) + ## [0.14.2](https://github.com/sile-typesetter/casile/compare/v0.14.1...v0.14.2) (2024-09-05) diff --git a/Cargo.lock b/Cargo.lock index 42e73db3..f93dd9aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "casile" -version = "0.14.2" +version = "0.14.3" dependencies = [ "Inflector", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b30e1eb0..10b55d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casile" -version = "0.14.2" +version = "0.14.3" authors = [ "Caleb Maclennan " ] edition = "2021" rust-version = "1.74.1" diff --git a/action.yml b/action.yml index 943a3348..83c1484a 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.2 + image: docker://ghcr.io/sile-typesetter/casile:v0.14.3 entrypoint: sh args: - -c diff --git a/package.json b/package.json index b00d9094..e7b5586b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casile", - "version": "0.14.2", + "version": "0.14.3", "description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry", "main": "casile", "scripts": {