Skip to content

Commit

Permalink
chore(release): 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 25, 2025
1 parent 4ad96e7 commit b111f61
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [0.14.8](https://github.com/sile-typesetter/casile/compare/v0.14.7...v0.14.8) (2025-01-25)


### New Features

* **deps:** Update git2 crate to enable build against libgit2-1.9 ([7f51dd8](https://github.com/sile-typesetter/casile/commit/7f51dd8c8266313fcf1177c10d082a5e3de40512))


### Bug Fixes

* **covers:** Generate bindings with guides at final bounding size, dodge Inkscape bugs ([b44b865](https://github.com/sile-typesetter/casile/commit/b44b865f18c4f83e241ba6d4818bca64ef5ef285))

## [0.14.7](https://github.com/sile-typesetter/casile/compare/v0.14.6...v0.14.7) (2025-01-04)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "casile"
version = "0.14.7"
version = "0.14.8"
authors = ["Caleb Maclennan <[email protected]>"]
edition = "2021"
rust-version = "1.75.0"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ outputs:
description: Version string
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/casile:v0.14.7
image: docker://ghcr.io/sile-typesetter/casile:v0.14.8
entrypoint: sh
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casile",
"version": "0.14.7",
"version": "0.14.8",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit b111f61

Please sign in to comment.