Skip to content

Commit

Permalink
chore(release): 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 23, 2024
1 parent 59d0c17 commit 77eb096
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

### [0.13.1](https://github.com/sile-typesetter/casile/compare/v0.13.0...v0.13.1) (2024-03-23)


### Bug Fixes

* **docker:** Install clang/mold in Docker builder ([59d0c17](https://github.com/sile-typesetter/casile/commit/59d0c17abaeb78da23d51f2c7ee3ae8babc9f519))
* **release:** Install clang/mold in CI workflows so release artifacts build ([9764f4c](https://github.com/sile-typesetter/casile/commit/9764f4cc163fe2da0ce69b959c31f17e044bc0b3))

## [0.13.0](https://github.com/sile-typesetter/casile/compare/v0.12.2...v0.13.0) (2024-03-23)


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
@@ -1,6 +1,6 @@
[package]
name = "casile"
version = "0.13.0"
version = "0.13.1"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
edition = "2021"
rust-version = "1.74.1"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -15,7 +15,7 @@ outputs:
description: Version string
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/casile:v0.13.0
image: docker://ghcr.io/sile-typesetter/casile:v0.13.1
args:
- ${{ inputs.args }}
branding:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "casile",
"version": "0.13.0",
"version": "0.13.1",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 77eb096

Please sign in to comment.