Skip to content

Commit 9f23fad

Browse files
committed
chore(release): 0.14.5
1 parent 544fe15 commit 9f23fad

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.5](https://github.com/sile-typesetter/casile/compare/v0.14.4...v0.14.5) (2024-11-26)
6+
7+
8+
### New Features
9+
10+
* **deps:** Make @Omikhleia's ptable package available by default ([0c3ebb7](https://github.com/sile-typesetter/casile/commit/0c3ebb7cefa7927b9138930951ced992f7a2b610))
11+
* **docker:** Build image with SILE v0.15.7 from upstream Arch Linux ([f6b123b](https://github.com/sile-typesetter/casile/commit/f6b123be74ca019135c72df8cf40fce838f1d700))
12+
513
## [0.14.4](https://github.com/sile-typesetter/casile/compare/v0.14.3...v0.14.4) (2024-11-14)
614

715

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.4"
3+
version = "0.14.5"
44
authors = ["Caleb Maclennan <caleb@alerque.com>"]
55
edition = "2021"
66
rust-version = "1.75.0"

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

0 commit comments

Comments
 (0)