Skip to content

Commit

Permalink
chore(release): 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 7, 2024
1 parent ee0dd0d commit 316ed7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.12.2](https://github.com/sile-typesetter/casile/compare/v0.12.1...v0.12.2) (2024-02-07)


### Features

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

### [0.12.1](https://github.com/sile-typesetter/casile/compare/v0.12.0...v0.12.1) (2024-01-30)


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

0 comments on commit 316ed7b

Please sign in to comment.