From e29f4cb2bafa7c959f53781370ac638b18baa632 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 30 Jan 2024 12:43:49 +0300 Subject: [PATCH] chore(release): 0.12.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa428b82..edc186fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1](https://github.com/sile-typesetter/casile/compare/v0.12.0...v0.12.1) (2024-01-30) + + +### Features + +* **docker:** Build image with SILE v0.14.16 from upstream Arch Linux ([3eb6d50](https://github.com/sile-typesetter/casile/commit/3eb6d503c28f3e60128595317e73c9ec09bdb108)) + ## [0.12.0](https://github.com/sile-typesetter/casile/compare/v0.11.4...v0.12.0) (2024-01-13) diff --git a/Cargo.lock b/Cargo.lock index 0ba8dc52..5db1ee8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "casile" -version = "0.12.0" +version = "0.12.1" dependencies = [ "Inflector", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 71c1a364..53ab7be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casile" -version = "0.12.0" +version = "0.12.1" authors = [ "Caleb Maclennan " ] edition = "2018" rust-version = "1.70.0" diff --git a/action.yml b/action.yml index 7974912b..219b602a 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ outputs: description: Version string runs: using: docker - image: docker://ghcr.io/sile-typesetter/casile:v0.12.0 + image: docker://ghcr.io/sile-typesetter/casile:v0.12.1 args: - ${{ inputs.args }} branding: diff --git a/package.json b/package.json index 504d3553..f03fd739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casile", - "version": "0.12.0", + "version": "0.12.1", "description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry", "main": "casile", "scripts": {