diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a049174..53e0b9e0f 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.2](https://github.com/sile-typesetter/sile/compare/v0.15.1...v0.15.2) (2024-06-10) + + +### Bug Fixes + +* **build:** Bundle all assets in source distribution ([5198641](https://github.com/sile-typesetter/sile/commit/5198641080d929a9240853e8322bf4ba36104cd9)) + ## [0.15.1](https://github.com/sile-typesetter/sile/compare/v0.15.0...v0.15.1) (2024-06-08) diff --git a/Cargo.lock b/Cargo.lock index 5a93fa94f..391b89247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "sile" -version = "0.15.1" +version = "0.15.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c6f93cdc1..356c96286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sile" -version = "0.15.1" +version = "0.15.2" edition = "2021" rust-version = "1.71.0" description = "Simon’s Improved Layout Engine" diff --git a/action.yml b/action.yml index e593128ed..1e42d3f4d 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.1 + image: docker://ghcr.io/sile-typesetter/sile:v0.15.2 entrypoint: sh args: - -c diff --git a/package.json b/package.json index 7a8bf9144..725d41dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sile", - "version": "0.15.1", + "version": "0.15.2", "description": "The SILE Typesetter", "main": "sile", "scripts": {