Skip to content

Commit f8cff5a

Browse files
committed
chore(release): 0.5.1
1 parent 0b232b5 commit f8cff5a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.5.1](https://github.com/sile-typesetter/casile/compare/v0.5.0...v0.5.1) (2021-03-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **rules:** Reinstate parent branch discovery, overzealously removed in 113d51f ([907d2e9](https://github.com/sile-typesetter/casile/commit/907d2e9027c396802f49046194fac7a6221ec942))
11+
512
## [0.5.0](https://github.com/sile-typesetter/casile/compare/v0.4.7...v0.5.0) (2021-03-23)
613

714

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "casile"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [ "Caleb Maclennan <[email protected]>" ]
55
edition = "2018"
66
description = "The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
description: Version string
1616
runs:
1717
using: docker
18-
image: docker://ghcr.io/sile-typesetter/casile:v0.5.0
18+
image: docker://ghcr.io/sile-typesetter/casile:v0.5.1
1919
entrypoint: sh
2020
args:
2121
- -c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casile",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
55
"main": "casile",
66
"scripts": {

0 commit comments

Comments
 (0)