From b4d48e995b0e0555d17d59bc2ba2e9304cc66ea7 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 17 Mar 2022 15:34:18 +0300 Subject: [PATCH] chore(release): 0.7.4 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b98f57..c9256bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.7.4](https://github.com/sile-typesetter/casile/compare/v0.7.3...v0.7.4) (2022-03-17) + + +### Features + +* **covers:** Run inkscape in an X virtual frame buffer ([292d87d](https://github.com/sile-typesetter/casile/commit/292d87d1bbcc3d0ee019cfed8f754c227a57c38c)) +* **docker:** Let non-privileged container users install deps with su ([0d14dcf](https://github.com/sile-typesetter/casile/commit/0d14dcf89382c193b14b266ef985e36eb31f7c16)) + + +### Bug Fixes + +* **docker:** Install compatible lua-colors fork ([70c8b2d](https://github.com/sile-typesetter/casile/commit/70c8b2de95f6d782178c6542517c90540966272a)) +* **rules:** Guard versioninfo characters that might look like shell globs ([ef00978](https://github.com/sile-typesetter/casile/commit/ef00978996919cd627b74f7eaf8d076e931ba02f)) + ### [0.7.3](https://github.com/sile-typesetter/casile/compare/v0.7.2...v0.7.3) (2022-03-16) diff --git a/Cargo.lock b/Cargo.lock index 08f9ced7..cd64a2cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "casile" -version = "0.7.3" +version = "0.7.4" dependencies = [ "Inflector", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 535b10a2..e732116a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casile" -version = "0.7.3" +version = "0.7.4" authors = [ "Caleb Maclennan " ] edition = "2018" description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry" diff --git a/action.yml b/action.yml index 872f5bfb..736802f8 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.7.3 + image: docker://ghcr.io/sile-typesetter/casile:v0.7.4 entrypoint: sh args: - -c diff --git a/package.json b/package.json index 70f8ba0b..265aa88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casile", - "version": "0.7.3", + "version": "0.7.4", "description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry", "main": "casile", "scripts": {