Skip to content

Commit

Permalink
chore(release): 0.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 7, 2023
1 parent 73933dd commit 4e57c22
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.10.15](https://github.com/sile-typesetter/casile/compare/v0.10.14...v0.10.15) (2023-02-07)


### Features

* **cli:** Enable CaSILE debug mode if GH Actions debug logging is enabled ([24a41c5](https://github.com/sile-typesetter/casile/commit/24a41c5790e81fcb7b04d7f171b2fb8e92482d3a))
* **rules:** Redo make target shell wrapper to be GNU Make 4.4+ compatible ([73933dd](https://github.com/sile-typesetter/casile/commit/73933dd96c45302c2c84e1d7bba58f4b1d557aa7))


### Bug Fixes

* **cli:** Surface STDERR in CI runners when verbose enabled ([aff9dc7](https://github.com/sile-typesetter/casile/commit/aff9dc7cfe5987b9d4d5757e836fb3f2819e231e))
* **docker:** Avoid tripping on new Ghostscript safety restrictions ([51403f6](https://github.com/sile-typesetter/casile/commit/51403f69f4ccfa7576365383ea583c3a25e3d6a5))
* **rules:** Avoid multiple shell runs to calculate ISBNs ([e073fdd](https://github.com/sile-typesetter/casile/commit/e073fdd2c651fc49d5b1c9c66e641b53bfcebcc3))
* **rules:** Drop draft builds being forced when run from editor ([9015aca](https://github.com/sile-typesetter/casile/commit/9015acae87bcb73e6c796935b513f7914a1fc0b7))
* **rules:** Make .SHELLFLAGS usage compatible with GNU Make 4.4 ([cbb7aa8](https://github.com/sile-typesetter/casile/commit/cbb7aa80b24221e0dfbc1d9c6ee38f7e05d30dac))

### [0.10.14](https://github.com/sile-typesetter/casile/compare/v0.10.13...v0.10.14) (2023-02-01)


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.10.14"
version = "0.10.15"
authors = [ "Caleb Maclennan <[email protected]>" ]
edition = "2018"
description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry"
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.10.14
image: docker://ghcr.io/sile-typesetter/casile:v0.10.15
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.10.14",
"version": "0.10.15",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 4e57c22

Please sign in to comment.