Skip to content

Commit b111f61

Browse files
committed
chore(release): 0.14.8
1 parent 4ad96e7 commit b111f61

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.8](https://github.com/sile-typesetter/casile/compare/v0.14.7...v0.14.8) (2025-01-25)
6+
7+
8+
### New Features
9+
10+
* **deps:** Update git2 crate to enable build against libgit2-1.9 ([7f51dd8](https://github.com/sile-typesetter/casile/commit/7f51dd8c8266313fcf1177c10d082a5e3de40512))
11+
12+
13+
### Bug Fixes
14+
15+
* **covers:** Generate bindings with guides at final bounding size, dodge Inkscape bugs ([b44b865](https://github.com/sile-typesetter/casile/commit/b44b865f18c4f83e241ba6d4818bca64ef5ef285))
16+
517
## [0.14.7](https://github.com/sile-typesetter/casile/compare/v0.14.6...v0.14.7) (2025-01-04)
618

719

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

0 commit comments

Comments
 (0)