Skip to content

Commit

Permalink
chore(release): 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jun 10, 2024
1 parent 3b52575 commit e98a7bc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.13.3](https://github.com/sile-typesetter/casile/compare/v0.13.2...v0.13.3) (2024-06-10)


### New Features

* **build:** Overhaul autoconf with modular components from other projects ([e02c68d](https://github.com/sile-typesetter/casile/commit/e02c68d49c4d45495b87eca0059d45ecda591d3c))
* **build:** Switch from XZ to ZST for release artifacts ([708bc9f](https://github.com/sile-typesetter/casile/commit/708bc9f9ba1df3e4950aef69a47455122ec4d320))
* **utilities:** Add automatic upgrades for many things deprecated in SILE v0.15 ([69201cd](https://github.com/sile-typesetter/casile/commit/69201cdc285548d65f20f2ed0e1b379ebd7fdded))

## [0.13.2](https://github.com/sile-typesetter/casile/compare/v0.13.1...v0.13.2) (2024-06-10)


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.13.2"
version = "0.13.3"
authors = [ "Caleb Maclennan <caleb@alerque.com>" ]
edition = "2021"
rust-version = "1.74.1"
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.13.2
image: docker://ghcr.io/sile-typesetter/casile:v0.13.3
args:
- ${{ inputs.args }}
branding:
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.13.2",
"version": "0.13.3",
"description": "The CaSILE toolkit, a book publishing workflow employing SILE and other wizardry",
"main": "casile",
"scripts": {
Expand Down

0 comments on commit e98a7bc

Please sign in to comment.