Skip to content

Commit

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

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.7](https://github.com/sile-typesetter/casile/compare/v0.14.6...v0.14.7) (2025-01-04)


### New Features

* **docker:** Build image with SILE v0.15.9 from upstream Arch Linux ([b13c4bb](https://github.com/sile-typesetter/casile/commit/b13c4bb048edca6a6a481c1a1e6203b2274a7749))


### Bug Fixes

* **build:** Set correct final permissions on intermediary shell completion artifacts ([a9be4e6](https://github.com/sile-typesetter/casile/commit/a9be4e6ab789b786cabf2b754776eec7850dda42))
* **rules:** Use un-deduplicated list so we catch top level content if used ([b506108](https://github.com/sile-typesetter/casile/commit/b50610863a307f3d0d5f36795e7c12b43f689ffb))

## [0.14.6](https://github.com/sile-typesetter/casile/compare/v0.14.5...v0.14.6) (2024-12-12)


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.6"
version = "0.14.7"
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.6
image: docker://ghcr.io/sile-typesetter/casile:v0.14.7
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.6",
"version": "0.14.7",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 61e9917

Please sign in to comment.