Skip to content

Commit 61e9917

Browse files
committed
chore(release): 0.14.7
1 parent ad36c74 commit 61e9917

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.7](https://github.com/sile-typesetter/casile/compare/v0.14.6...v0.14.7) (2025-01-04)
6+
7+
8+
### New Features
9+
10+
* **docker:** Build image with SILE v0.15.9 from upstream Arch Linux ([b13c4bb](https://github.com/sile-typesetter/casile/commit/b13c4bb048edca6a6a481c1a1e6203b2274a7749))
11+
12+
13+
### Bug Fixes
14+
15+
* **build:** Set correct final permissions on intermediary shell completion artifacts ([a9be4e6](https://github.com/sile-typesetter/casile/commit/a9be4e6ab789b786cabf2b754776eec7850dda42))
16+
* **rules:** Use un-deduplicated list so we catch top level content if used ([b506108](https://github.com/sile-typesetter/casile/commit/b50610863a307f3d0d5f36795e7c12b43f689ffb))
17+
518
## [0.14.6](https://github.com/sile-typesetter/casile/compare/v0.14.5...v0.14.6) (2024-12-12)
619

720

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casile"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["Caleb Maclennan <caleb@alerque.com>"]
55
edition = "2021"
66
rust-version = "1.75.0"

action.yml

+1-1
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.6
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.14.7
1919
entrypoint: sh
2020
args:
2121
- -c

package.json

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

0 commit comments

Comments
 (0)