Skip to content

Commit 77eb096

Browse files
committed
chore(release): 0.13.1
1 parent 59d0c17 commit 77eb096

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.13.1](https://github.com/sile-typesetter/casile/compare/v0.13.0...v0.13.1) (2024-03-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **docker:** Install clang/mold in Docker builder ([59d0c17](https://github.com/sile-typesetter/casile/commit/59d0c17abaeb78da23d51f2c7ee3ae8babc9f519))
11+
* **release:** Install clang/mold in CI workflows so release artifacts build ([9764f4c](https://github.com/sile-typesetter/casile/commit/9764f4cc163fe2da0ce69b959c31f17e044bc0b3))
12+
513
## [0.13.0](https://github.com/sile-typesetter/casile/compare/v0.12.2...v0.13.0) (2024-03-23)
614

715

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.13.0"
3+
version = "0.13.1"
44
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
55
edition = "2021"
66
rust-version = "1.74.1"

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.13.0
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.13.1
1919
args:
2020
- ${{ inputs.args }}
2121
branding:

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.13.0",
3+
"version": "0.13.1",
44
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
55
"main": "casile",
66
"scripts": {

0 commit comments

Comments
 (0)