|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| -## [Unreleased] |
| 8 | +## [3.1.0] - 2024-12-09 |
| 9 | + |
| 10 | +### <!-- 2 -->ποΈ Refactor |
| 11 | +- Remove the scripted semver generation by @art049 |
| 12 | + |
| 13 | +### <!-- 7 -->βοΈ Internals |
| 14 | +- Fix typo in cibuildwheel config by @art049 in [#57](https://github.com/CodSpeedHQ/pytest-codspeed/pull/57) |
| 15 | + |
| 16 | + |
| 17 | +## [3.1.0-beta] - 2024-12-06 |
9 | 18 |
|
10 | 19 | ### <!-- 0 -->π Features
|
11 |
| -- Check buildability and fallback when build doesn't work |
12 |
| -- Compile the callgrind wrapper at build time |
| 20 | +- Check buildability and fallback when build doesn't work by @art049 |
| 21 | +- Compile the callgrind wrapper at build time by @art049 |
13 | 22 |
|
14 | 23 | ### <!-- 1 -->π Bug Fixes
|
15 |
| -- Allow build on arm64 |
| 24 | +- Allow build on arm64 by @art049 |
16 | 25 |
|
17 | 26 | ### <!-- 7 -->βοΈ Internals
|
18 |
| -- Define the version from the pyproject.toml |
19 |
| -- Force native extension build in CI |
20 |
| -- Updated matrix release workflow |
21 |
| -- Use a common python version in the codspeed job |
22 |
| -- Fix the codspeed workflow |
23 |
| -- Use uv in CI |
24 |
| -- Uv lock |
| 27 | +- Build wheels with cibuildwheel by @art049 |
| 28 | +- Allow forcing integrated tests by @art049 |
| 29 | +- Fix release script by @art049 |
| 30 | +- Use bumpver to manage versions by @art049 |
| 31 | +- Add a changelog by @art049 |
| 32 | +- Force native extension build in CI by @art049 |
| 33 | +- Updated matrix release workflow by @art049 |
| 34 | +- Use a common python version in the codspeed job by @art049 |
| 35 | +- Fix the codspeed workflow by @art049 |
| 36 | +- Use uv in CI by @art049 |
| 37 | +- Commit uv lock file by @art049 |
25 | 38 |
|
26 | 39 |
|
27 | 40 | ## [3.0.0] - 2024-10-29
|
|
229 | 242 | - Add a CI configuration with pytest-benchmark installed by @art049
|
230 | 243 |
|
231 | 244 |
|
232 |
| -[unreleased]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..HEAD |
| 245 | +[3.1.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0-beta..v3.1.0 |
| 246 | +[3.1.0-beta]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0..v3.1.0-beta |
233 | 247 | [3.0.0]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b4..v3.0.0
|
234 | 248 | [3.0.0b4]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b3..v3.0.0b4
|
235 | 249 | [3.0.0b3]: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0b2..v3.0.0b3
|
|
0 commit comments