File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88
99<!-- towncrier release notes start -->
1010
11+ ## [ 0.3.1] ( https://github.com/airspeed-velocity/asv_runner/tree/0.3.1 ) - 15-08-2026
12+
13+ ### Bug Fixes
14+
15+ - Class-level `` setup(self) `` no longer runs inside `` do_setup_cache `` .
16+ Bound methods are not treated as parameter-free module hooks, so
17+ `` setup_cache `` runs first again
18+ ([ #52 ] ( https://github.com/airspeed-velocity/asv_runner/issues/52 ) ).
19+
20+
1121## [ 0.3.0] ( https://github.com/airspeed-velocity/asv_runner/tree/0.3.0 ) - 04-08-2026
1222
1323### Bug Fixes
Load diff This file was deleted.
Original file line number Diff line number Diff line change 77project = "asv_runner"
88copyright = "2023--present, asv Developers"
99author = "asv Developers"
10- release = "0.3.0 "
10+ release = "0.3.1 "
1111
1212# -- General configuration ---------------------------------------------------
1313# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 22github_url = " https://github.com/airspeed-velocity/asv_runner/"
33
44[version ]
5- current = " 0.3.0 "
5+ current = " 0.3.1 "
66
77# Example of a semver regexp.
88# Make sure this matches current_version before
You can’t perform that action at this time.
0 commit comments