Skip to content

Commit

Permalink
chore(release): 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 6, 2022
1 parent b62e8c5 commit d535e90
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.10.7](https://github.com/sile-typesetter/casile/compare/v0.10.6...v0.10.7) (2022-09-06)


### Bug Fixes

* **layouts:** Fixup setting command defaults from layouts again ([5f92dd6](https://github.com/sile-typesetter/casile/commit/5f92dd63baae3e6675142036f8869f622f540c21))
* **layouts:** Initialize crop package after layout is known ([e958e5b](https://github.com/sile-typesetter/casile/commit/e958e5bb25512af45e7ab34aa68daac14d1b8781))
* **packages:** Redo how mirror & crop work (at least for a5trim so far) ([bbad2c5](https://github.com/sile-typesetter/casile/commit/bbad2c54a13401e2559725269614ef4e9837a2ed))
* **packages:** Redo how mirror & crop work (at least for rest of layouts) ([6bdf239](https://github.com/sile-typesetter/casile/commit/6bdf239909d38aee5c7058b249aa60cf93cf2048))

### [0.10.6](https://github.com/sile-typesetter/casile/compare/v0.10.5...v0.10.6) (2022-09-02)


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.10.6"
version = "0.10.7"
authors = [ "Caleb Maclennan <[email protected]>" ]
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.10.6
image: docker://ghcr.io/sile-typesetter/casile:v0.10.7
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.10.6",
"version": "0.10.7",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit d535e90

Please sign in to comment.