Skip to content

Commit 0ba24c1

Browse files
author
github-actions
committed
Publish mask v0.11.7
1 parent 0605ad5 commit 0ba24c1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## UNRELEASED
55

6+
7+
## v0.11.7 (2026-01-10)
8+
69
* ci: Fix tests under windows-latest CI runner [#129](https://github.com/jacobdeichert/mask/pull/129)
710

811
* Use triple backticks for markdown snippets in `README.md` [#128](https://github.com/jacobdeichert/mask/pull/128) ([@danielhenrymantilla](https://github.com/danielhenrymantilla))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mask"
3-
version = "0.11.6"
3+
version = "0.11.7"
44
description = "A CLI task runner defined by a simple markdown file"
55
authors = ["Jacob Deichert <git@jakedeichert.com>"]
66
repository = "https://github.com/jacobdeichert/mask"

0 commit comments

Comments
 (0)