Skip to content

Commit

Permalink
chore(release): 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 23, 2024
1 parent 4704847 commit 483561d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3](https://github.com/sile-typesetter/casile/compare/v0.14.2...v0.14.3) (2024-09-23)


### Bug Fixes

* **action:** Work around GH's Action marketplace syntax quoting shell args ([b82591f](https://github.com/sile-typesetter/casile/commit/b82591fc450dc7540b2ab070a2bfda3d0d368e1c))
* **rules:** Update method of passing GitHub CI variables to current API ([dfb4b3d](https://github.com/sile-typesetter/casile/commit/dfb4b3d16220d7eaec6687a7df825ab3985e78ad))

## [0.14.2](https://github.com/sile-typesetter/casile/compare/v0.14.1...v0.14.2) (2024-09-05)


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.2"
version = "0.14.3"
authors = [ "Caleb Maclennan <[email protected]>" ]
edition = "2021"
rust-version = "1.74.1"
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.2
image: docker://ghcr.io/sile-typesetter/casile:v0.14.3
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.2",
"version": "0.14.3",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 483561d

Please sign in to comment.