Skip to content

Commit

Permalink
chore(release): 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 31, 2023
1 parent 533f621 commit c4d16f9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.12](https://github.com/sile-typesetter/casile/compare/v0.10.11...v0.10.12) (2023-01-31)


### Bug Fixes

* **build:** Fixup missing utility dependencies ([1fc998f](https://github.com/sile-typesetter/casile/commit/1fc998fea5102ecd20ab430a5e11170f0a7f501a))
* **cabook:** Only attempt to run numbering :pre & :post hooks if they exist ([9fb57c4](https://github.com/sile-typesetter/casile/commit/9fb57c48d1e89c09c646dbe328f92b6924c24bb7))
* **ci:** Fix Docker deploy ([f9d0645](https://github.com/sile-typesetter/casile/commit/f9d064541fbed6a8b2f35231a3c9fcb26b2c23bf))
* **covers:** Don't fail to render covers if no abstract is present ([533f621](https://github.com/sile-typesetter/casile/commit/533f6212251827a14d42097f5928d569a61552ea))
* **imprint:** Pass string not table to processMarkdown() ([e1c57b3](https://github.com/sile-typesetter/casile/commit/e1c57b3122ad7113562a726fd0c35ea7d32a4b43))

### [0.10.11](https://github.com/sile-typesetter/casile/compare/v0.10.10...v0.10.11) (2023-01-31)


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.11"
version = "0.10.12"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
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.11
image: docker://ghcr.io/sile-typesetter/casile:v0.10.12
entrypoint: sh
args:
- -c
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.11",
"version": "0.10.12",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit c4d16f9

Please sign in to comment.