Skip to content

Commit 8330374

Browse files
committed
chore(release): 0.4.6
1 parent f3553ac commit 8330374

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [0.4.6](https://github.com/sile-typesetter/casile/compare/v0.4.5...v0.4.6) (2021-03-17)
6+
7+
8+
### Features
9+
10+
* **actions:** Allow customizing args from GHA ([71e10f4](https://github.com/sile-typesetter/casile/commit/71e10f4b737eb8500dae9e257f028b3582849b32))
11+
* **actions:** Always invoke install-dist when run as action ([d87b89b](https://github.com/sile-typesetter/casile/commit/d87b89befc51a33b515fd42a7eab829732920568))
12+
* **rules:** Resolve deps for ‘dist’ targets in single invocation ([a848824](https://github.com/sile-typesetter/casile/commit/a8488245a696605e6822ebdd7c100424dda748d6))
13+
14+
15+
### Bug Fixes
16+
17+
* **actions:** Use same default targets in GH Actions as CLI ([1c5d753](https://github.com/sile-typesetter/casile/commit/1c5d753366441838233138b1c3546e0de107ece6))
18+
519
### [0.4.5](https://github.com/sile-typesetter/casile/compare/v0.4.4...v0.4.5) (2021-03-16)
620

721

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casile"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
authors = [ "Caleb Maclennan <[email protected]>" ]
55
edition = "2018"
66
description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
description: Version string
1616
runs:
1717
using: docker
18-
image: docker://ghcr.io/sile-typesetter/casile:v0.4.5
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.4.6
1919
args:
2020
- ${{ inputs.args }}
2121
branding:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casile",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
55
"main": "casile",
66
"scripts": {

0 commit comments

Comments
 (0)