Skip to content

Commit 6600390

Browse files
committed
Bump hypothesis version to 6.156.9 and update changelog
[skip ci]
1 parent 0bb47e9 commit 6600390

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

hypothesis/RELEASE.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

hypothesis/docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Hypothesis 6.x
1818

1919
.. include:: ../RELEASE.rst
2020

21+
.. _v6.156.9:
22+
23+
--------------------
24+
6.156.9 - 2026-07-19
25+
--------------------
26+
27+
This release improves observability output under symbolic backends by displaying
28+
arguments generated by :func:`~hypothesis.strategies.data` as ``data(...)``.
29+
30+
Thanks to zhangli091011 for this fix!
31+
2132
.. _v6.156.8:
2233

2334
--------------------

hypothesis/rust/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.

hypothesis/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypothesis-native"
3-
version = "6.156.8"
3+
version = "6.156.9"
44
edition = "2021"
55
rust-version = "1.91"
66
publish = false

0 commit comments

Comments
 (0)