Skip to content

Commit 387b3f4

Browse files
committed
chore(release): 0.14.12
1 parent f81cfdd commit 387b3f4

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.14.12](https://github.com/sile-typesetter/casile/compare/v0.14.11...v0.14.12) (2025-06-01)
6+
7+
8+
### New Features
9+
10+
* **docker:** Build image with SILE v0.15.13 from upstream Arch Linux ([bcbc142](https://github.com/sile-typesetter/casile/commit/bcbc142768f6e0122409737ebe83994d5333761b))
11+
512
## [0.14.11](https://github.com/sile-typesetter/casile/compare/v0.14.10...v0.14.11) (2025-04-10)
613

714
## [0.14.10](https://github.com/sile-typesetter/casile/compare/v0.14.9...v0.14.10) (2025-04-10)

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.14.11"
3+
version = "0.14.12"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80.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.14.11
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.14.12
1919
entrypoint: sh
2020
args:
2121
- -c

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.14.11",
3+
"version": "0.14.12",
44
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
55
"main": "casile",
66
"scripts": {

0 commit comments

Comments
 (0)