Skip to content

Commit fb6013d

Browse files
committed
REL: Bump version to v0.3.1
1 parent 181f745 commit fb6013d

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

changelog.d/52.bugfix.md

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "asv_runner"
88
copyright = "2023--present, asv Developers"
99
author = "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

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_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

0 commit comments

Comments
 (0)