Skip to content

Commit 416a23f

Browse files
chore(main): release protest 0.1.2
1 parent 9b172cd commit 416a23f

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2](https://github.com/renaudcepre/protest/compare/protest-v0.1.1...protest-v0.1.2) (2026-03-24)
9+
10+
11+
### Documentation
12+
13+
* fix mkdocs strict build and add docs validation to CI ([#87](https://github.com/renaudcepre/protest/issues/87)) ([9b172cd](https://github.com/renaudcepre/protest/commit/9b172cd633b5a8238c6ef0ba3f5469be6869ba2c))
14+
* remove fixture scoping design document and simplify README ([#85](https://github.com/renaudcepre/protest/issues/85)) ([6900ade](https://github.com/renaudcepre/protest/commit/6900adef3c76c9eae70362bd11c4ecf58f2953d0))
15+
816
## [0.1.1](https://github.com/renaudcepre/protest/compare/protest-v0.1.0...protest-v0.1.1) (2026-03-20)
917

1018

protest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from protest.plugin import PluginBase
1414
from protest.shell import CommandResult, Shell
1515

16-
__version__ = "0.1.1"
16+
__version__ = "0.1.2"
1717

1818
__all__ = [
1919
"AsyncMockType",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "protest"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Async-first Python testing framework"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)