Skip to content

Commit

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

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


### New Features

* **cli:** Setup editorconfig on project setup ([43cfac4](https://github.com/sile-typesetter/casile/commit/43cfac4f18d38e3436fa2f5bca1d18de7c50dec8))
* **cli:** Setup Lua LSP config in project setup ([c3f8304](https://github.com/sile-typesetter/casile/commit/c3f8304f0315c72e5b9d4e332d1f97112a0c4ec5))
* **cli:** Setup Luacheck config in project setup ([e03b1f0](https://github.com/sile-typesetter/casile/commit/e03b1f0adb0c3566360dfe1769f40c8c635aab10))


### Bug Fixes

* **ebooks:** Fix Google Play Books metadata generation with empty sources and subtitles ([2fa6798](https://github.com/sile-typesetter/casile/commit/2fa6798ae169f20ca62fab61b2830529b7ae454e))
* **ebooks:** Fix handling of ISBN input as number or text ([d10ee84](https://github.com/sile-typesetter/casile/commit/d10ee842cff1bdcea7b87bb15856eb22500f3823))
* **layouts:** Fixup halfletter frameset in new class design ([a6ac22d](https://github.com/sile-typesetter/casile/commit/a6ac22d6b737845a72f23095211537cc8a174496))
* **layouts:** Fixup octavo and royaloctavo framesets in new class design ([63a0098](https://github.com/sile-typesetter/casile/commit/63a0098df9155dc4fbc1c6a47879f8c32476aa12))
* **mdbook:** Correctly apply pandoc filter arguments ([3cf8f89](https://github.com/sile-typesetter/casile/commit/3cf8f89de4ca9dfe1f479005fb62c91d425115eb))
* **rules:** Fixup argument errors when exporting to odt ([c6b70cd](https://github.com/sile-typesetter/casile/commit/c6b70cd023082508177aefe819e11ec344e84632))

## [0.14.1](https://github.com/sile-typesetter/casile/compare/v0.14.0...v0.14.1) (2024-08-31)


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.1"
version = "0.14.2"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
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.1
image: docker://ghcr.io/sile-typesetter/casile:v0.14.2
args:
- ${{ inputs.args }}
branding:
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.1",
"version": "0.14.2",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 311011f

Please sign in to comment.