Skip to content

Commit

Permalink
chore(release): 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 2, 2022
1 parent bc3fea8 commit ecc6d00
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.5](https://github.com/sile-typesetter/casile/compare/v0.10.4...v0.10.5) (2022-09-02)


### Features

* **rules:** Allow for localized layout names ([bc3fea8](https://github.com/sile-typesetter/casile/commit/bc3fea855a25c5ff7ca9959985d4932478ce0e2b))


### Bug Fixes

* **build:** Fixup GHCR to Docker Hub image shuffle ([7b3022d](https://github.com/sile-typesetter/casile/commit/7b3022db19a38747b0a2ba7b39eb7cdce875e771))
* **classes:** More effectively disable TOC write attempts in cabinding class ([a7183a8](https://github.com/sile-typesetter/casile/commit/a7183a8488f7231fe82c6bd2cf3a5e8da8cecef1))
* **rules:** Correct location of intermediate artifact ([d843373](https://github.com/sile-typesetter/casile/commit/d843373b31e89210bc1536daf8ad648c18902114))

### [0.10.4](https://github.com/sile-typesetter/casile/compare/v0.10.3...v0.10.4) (2022-09-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.4"
version = "0.10.5"
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.4
image: docker://ghcr.io/sile-typesetter/casile:v0.10.5
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.4",
"version": "0.10.5",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit ecc6d00

Please sign in to comment.