Skip to content

Commit 6e629d3

Browse files
committed
chore(release): 0.14.6
1 parent 9d6ffd9 commit 6e629d3

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.6](https://github.com/sile-typesetter/casile/compare/v0.14.5...v0.14.6) (2024-12-12)
6+
7+
8+
### New Features
9+
10+
* **docker:** Build image with SILE v0.15.8 from upstream Arch Linux ([9d6ffd9](https://github.com/sile-typesetter/casile/commit/9d6ffd9b13f4ebf68577821bc006cf4e2de8dfb3))
11+
12+
13+
### Bug Fixes
14+
15+
* **build:** Don't expect Lua if we're not using it ([5ada61d](https://github.com/sile-typesetter/casile/commit/5ada61d8ed15e0c8a1258089323e5fe471beb728))
16+
* **build:** Fix typo in autoconf macro, actually depend on lua dep checks ([ff173e8](https://github.com/sile-typesetter/casile/commit/ff173e8ea42186d94394320cdc143b6fc3e7998b))
17+
* **build:** Put developer tool checks behind related conditional ([40e05c6](https://github.com/sile-typesetter/casile/commit/40e05c6434cc117c209f5ba9b55dc2ca7c27f05d))
18+
* **build:** Work around macros hoisting outside of conditional ([2d4ffd6](https://github.com/sile-typesetter/casile/commit/2d4ffd69157a2aa7819e789eb6c000892128f29a))
19+
* **i18n:** Sync forked loadLanguage() from SILE v0.15.7 ([dd872ab](https://github.com/sile-typesetter/casile/commit/dd872ab3cae753df3baef8d52279eb91340aa345))
20+
521
## [0.14.5](https://github.com/sile-typesetter/casile/compare/v0.14.4...v0.14.5) (2024-11-26)
622

723

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.5"
3+
version = "0.14.6"
44
authors = ["Caleb Maclennan <[email protected]>"]
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.5
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.14.6
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.5",
3+
"version": "0.14.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)