Skip to content

Commit

Permalink
chore(release): 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 16, 2022
1 parent dceaeac commit 45fa16a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.3](https://github.com/sile-typesetter/casile/compare/v0.7.2...v0.7.3) (2022-03-16)


### Bug Fixes

* **cli:** Check for deep clone and skip warp-time if not ([dc9c7e0](https://github.com/sile-typesetter/casile/commit/dc9c7e08f77c1dbe0f01e03a82503368004c8094)), closes [#140](https://github.com/sile-typesetter/casile/issues/140)
* **cli:** Don't force install-dist target on setup / .gitignore regen ([06d2ca3](https://github.com/sile-typesetter/casile/commit/06d2ca37077deb0869b4e92437fb37978ffe891e))
* **rules:** Avoid race condition creating fresh BUILDDIR ([c1e507b](https://github.com/sile-typesetter/casile/commit/c1e507b465635711b026f643f270b189992fbde5))
* **rules:** Only calculate PARENT once and don't die if it's the same as BRANCH ([fbd05f8](https://github.com/sile-typesetter/casile/commit/fbd05f852ffe7bed6cb14c670a2478fdada09ea1))

### [0.7.2](https://github.com/sile-typesetter/casile/compare/v0.7.1...v0.7.2) (2022-03-16)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "casile"
version = "0.7.2"
version = "0.7.3"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
edition = "2018"
description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ outputs:
description: Version string
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/casile:v0.7.2
image: docker://ghcr.io/sile-typesetter/casile:v0.7.3
entrypoint: sh
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casile",
"version": "0.7.2",
"version": "0.7.3",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit 45fa16a

Please sign in to comment.