From 3693fb5bb21153b932a9dd402ed791c459bb9414 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 8 Apr 2022 14:34:16 +0300 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- action.yml | 2 +- package.json | 2 +- 5 files changed, 38 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9256bf0..e1045a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ 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.8.0](https://github.com/sile-typesetter/casile/compare/v0.7.4...v0.8.0) (2022-04-08) + + +### Features + +* **mdbook:** Strip out input elements mdbook can't handle ([ec1de6b](https://github.com/sile-typesetter/casile/commit/ec1de6bd445e792628bfe90b89e6295bce7c777d)) +* **pages:** Add default template for static book page ([0cfcd4e](https://github.com/sile-typesetter/casile/commit/0cfcd4e8edd9da520e962d86a8465c4ef243bc52)) +* **pages:** Add mobi output to static site resources ([9ae5846](https://github.com/sile-typesetter/casile/commit/9ae5846a37978971ce31b48a585eb7c47ae61fc7)) +* **pages:** Add PDF outputs to static site resources ([61cf7d3](https://github.com/sile-typesetter/casile/commit/61cf7d3fba9fbcc5a6b65f9c52b2966afdf60a8f)) +* **rules:** Add mdbook output format ([2d326fd](https://github.com/sile-typesetter/casile/commit/2d326fdcaa15b4965df8e2d65686ae3e6fd44a17)) +* **rules:** Add mechanism to output whole dirs to distribution ([838eb6f](https://github.com/sile-typesetter/casile/commit/838eb6fcaf062c1c1ad1f2edfc9e83d94cfaf70e)) +* **rules:** Add target for static html index page for books ([9e43fc1](https://github.com/sile-typesetter/casile/commit/9e43fc139882bfb8beafa1e8125f6da8ce12d014)) +* **scripts:** Add script for generating mdbook src chapters ([5a7f483](https://github.com/sile-typesetter/casile/commit/5a7f483ceed36e58c86571b5495b53afe72b4de1)) +* **utilities:** Automatically migrate more deprecated Lua functions ([48bfb78](https://github.com/sile-typesetter/casile/commit/48bfb78c7e5787128693b60c2f6c9d2022044d54)) + + +### Bug Fixes + +* **cli:** Default CASILE_SINGLEPOVJOB to true, POV can be a machine killer ([b5e2740](https://github.com/sile-typesetter/casile/commit/b5e2740d639dd28579f0cba7a7e8212f1b21905d)) +* **deps:** Check for required curl dependency on configure ([0322e1e](https://github.com/sile-typesetter/casile/commit/0322e1e06e81c8d5440d431f74e379b13e80582c)) +* **mdbook:** Avoid double-linking TOCs with robust title/slug parsing ([fe2d343](https://github.com/sile-typesetter/casile/commit/fe2d3438f20f7f056556cfc347d2ba0feda1dcb6)) +* **packages:** Correct length math calculation in endnotes package ([1024881](https://github.com/sile-typesetter/casile/commit/1024881c289d6ec401894a350b0b671a27e12dfa)) +* **rules:** Expand array before shell expansion to dedup list ([f6fca73](https://github.com/sile-typesetter/casile/commit/f6fca73ad58981c9f26c516151a6862df87a1c32)) +* **rules:** Fix pandoc filter for link-free processed source variant ([5fe4233](https://github.com/sile-typesetter/casile/commit/5fe42333d8f69aa91fb2b72d3d3c0fd74c966a89)) +* **rules:** Limit forcing rebuilds to when *relevant* makefile changes ([5ff8005](https://github.com/sile-typesetter/casile/commit/5ff80058395543db7b5de0690cc63cb4355a24be)) + ### [0.7.4](https://github.com/sile-typesetter/casile/compare/v0.7.3...v0.7.4) (2022-03-17) diff --git a/Cargo.lock b/Cargo.lock index cd64a2cb..a5777b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "casile" -version = "0.7.4" +version = "0.8.0" dependencies = [ "Inflector", "assert_cmd", @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.2" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if", "crossbeam-utils", @@ -541,9 +541,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.119" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f" [[package]] name = "libgit2-sys" @@ -743,9 +743,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" +checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58" dependencies = [ "proc-macro2", ] @@ -960,9 +960,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.86" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b" +checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e732116a..b35b4fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casile" -version = "0.7.4" +version = "0.8.0" 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 736802f8..7ba157d6 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.4 + image: docker://ghcr.io/sile-typesetter/casile:v0.8.0 entrypoint: sh args: - -c diff --git a/package.json b/package.json index f2fc13a4..008c4d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casile", - "version": "0.7.4", + "version": "0.8.0", "description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry", "main": "casile", "scripts": {