Skip to content

Commit

Permalink
chore(release): 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 1, 2022
1 parent aa6131b commit 9b56c88
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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.10.4](https://github.com/sile-typesetter/casile/compare/v0.10.3...v0.10.4) (2022-09-01)


### Features

* **docker:** Make luarocks available at runtime for package installation in CI ([fd10b5d](https://github.com/sile-typesetter/casile/commit/fd10b5ddbdff979c034bfe5029a697593fd56958))
* **rules:** Make configured lua & luarocks paths available to targets ([aa6131b](https://github.com/sile-typesetter/casile/commit/aa6131b5cfbec3fbe97db725333d71c7fca4524c))

### [0.10.3](https://github.com/sile-typesetter/casile/compare/v0.10.2...v0.10.3) (2022-09-01)


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.10.3"
version = "0.10.4"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
edition = "2018"
description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry"
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.10.3
image: docker://ghcr.io/sile-typesetter/casile:v0.10.4
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.10.3",
"version": "0.10.4",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 9b56c88

Please sign in to comment.