From 6404c537a68e9f3c77fc5f70f1a8b912e2c75708 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 11 Jun 2024 01:52:15 +0300 Subject: [PATCH] chore(release): 0.15.3 --- 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 53e0b9e0f..87a63ca1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.15.3](https://github.com/sile-typesetter/sile/compare/v0.15.2...v0.15.3) (2024-06-10) + + +### Bug Fixes + +* **core:** Allow LUA_PATH env var to take effect at runtime ([e573c2d](https://github.com/sile-typesetter/sile/commit/e573c2d2026f5d194bfb0f0ea67f21d3728fafcb)) + ## [0.15.2](https://github.com/sile-typesetter/sile/compare/v0.15.1...v0.15.2) (2024-06-10) diff --git a/Cargo.lock b/Cargo.lock index eeaf9147e..010c317c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "sile" -version = "0.15.2" +version = "0.15.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 356c96286..089786c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sile" -version = "0.15.2" +version = "0.15.3" edition = "2021" rust-version = "1.71.0" description = "Simon’s Improved Layout Engine" diff --git a/action.yml b/action.yml index 1e42d3f4d..69d77a808 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: "" runs: using: docker - image: docker://ghcr.io/sile-typesetter/sile:v0.15.2 + image: docker://ghcr.io/sile-typesetter/sile:v0.15.3 entrypoint: sh args: - -c diff --git a/package.json b/package.json index 725d41dd9..84d3d5d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sile", - "version": "0.15.2", + "version": "0.15.3", "description": "The SILE Typesetter", "main": "sile", "scripts": {