Skip to content

Commit 675afeb

Browse files
committed
chore(release): 0.15.13
1 parent 683907d commit 675afeb

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.15.13](https://github.com/sile-typesetter/sile/compare/v0.15.12...v0.15.13) (2025-05-31)
6+
7+
8+
### New Features
9+
10+
* **packages:** Add position tracking for bibliography citations ([5930a0c](https://github.com/sile-typesetter/sile/commit/5930a0c3cd6126f0417dba4a7f15f076faaf1213))
11+
* **packages:** Support the position condition in CSL engine ([0c732a2](https://github.com/sile-typesetter/sile/commit/0c732a273dfcf19a59fca7a9b87443434d8e326c))
12+
13+
14+
### Bug Fixes
15+
16+
* **build:** Pass --enable-debug through to Cargo to actually get a debug-enabled binary ([443551a](https://github.com/sile-typesetter/sile/commit/443551a3ed25ca2cb1c5ea81c353462570fe20a3))
17+
* **fonts:** Properly account for settings allowed to be nil ([792518e](https://github.com/sile-typesetter/sile/commit/792518eb8d238428fe7e5af4d933e21280ddada5))
18+
* **languages:** Update Bokmål messages ([a10e0f4](https://github.com/sile-typesetter/sile/commit/a10e0f4604f107d71d53002a9caa9f6d3d141706))
19+
* **languages:** Update Nynorsk messages ([4ec6654](https://github.com/sile-typesetter/sile/commit/4ec66548c6b12244da297686b7818b84f8130c74))
20+
* **packages:** Add missing boolean coercion for strip-periods in CSL engine ([5af2842](https://github.com/sile-typesetter/sile/commit/5af284207fb3b1c50695a84cb08001df92f761b2))
21+
* **packages:** Always apply punctuation-in-quotes in CSL citations ([689c8e2](https://github.com/sile-typesetter/sile/commit/689c8e23e8346d302b4352baab99510423aa51f3))
22+
* **packages:** Fine-tune CSL post-rendered cleaning hacks ([487f3f0](https://github.com/sile-typesetter/sile/commit/487f3f0cc528048ced2a8e226ca51642b5fc6648))
23+
* **packages:** Fix package reload to not call for command reregistration unless asked ([41846f7](https://github.com/sile-typesetter/sile/commit/41846f73eaa61fa4cf27127743ff6c9724f2a282))
24+
525
## [0.15.12](https://github.com/sile-typesetter/sile/compare/v0.15.11...v0.15.12) (2025-04-10)
626

727

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "sile"
33
description = "Simon’s Improved Layout Engine"
44
readme = "README.md"
55
build = "build-aux/build.rs"
6-
version = "0.15.12"
6+
version = "0.15.13"
77

88
[workspace.package]
9-
version = "0.15.12"
9+
version = "0.15.13"
1010
edition = "2021"
1111
rust-version = "1.80.1"
1212
authors = [
@@ -73,7 +73,7 @@ features = ["anyhow"]
7373

7474
[workspace.dependencies.sile]
7575
path = "."
76-
version = "0.15.12"
76+
version = "0.15.13"
7777

7878
[dependencies.anyhow]
7979
version = "1.0"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: ""
88
runs:
99
using: docker
10-
image: docker://ghcr.io/sile-typesetter/sile:v0.15.12
10+
image: docker://ghcr.io/sile-typesetter/sile:v0.15.13
1111
entrypoint: sh
1212
args:
1313
- -c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sile",
3-
"version": "0.15.12",
3+
"version": "0.15.13",
44
"description": "The SILE Typesetter",
55
"main": "sile",
66
"scripts": {

0 commit comments

Comments
 (0)