Skip to content

Commit 3d93a8f

Browse files
committed
chore(release): 0.13.4
1 parent e918f49 commit 3d93a8f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

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

5+
## [0.13.4](https://github.com/sile-typesetter/casile/compare/v0.13.3...v0.13.4) (2024-06-28)
6+
7+
8+
### New Features
9+
10+
* **docker:** Build image with SILE v0.15.4 from upstream Arch Linux ([6973d64](https://github.com/sile-typesetter/casile/commit/6973d640d85fc12a3efdd24a9bf3f3fa068963ea))
11+
512
## [0.13.3](https://github.com/sile-typesetter/casile/compare/v0.13.2...v0.13.3) (2024-06-10)
613

714

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.13.3"
3+
version = "0.13.4"
44
authors = [ "Caleb Maclennan <[email protected]>" ]
55
edition = "2021"
66
rust-version = "1.74.1"

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.13.3
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.13.4
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.13.3",
3+
"version": "0.13.4",
44
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
55
"main": "casile",
66
"scripts": {

0 commit comments

Comments
 (0)