Skip to content

Commit 4b2f813

Browse files
CHANGES: add release notes for v25.0.1
Signed-off-by: Bastian Krause <[email protected]>
1 parent 1e9b9d5 commit 4b2f813

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Release 25.0.1 (Released Jul 07, 2025)
2+
--------------------------------------
3+
4+
Bug fixes in 25.0.1
5+
~~~~~~~~~~~~~~~~~~~
6+
- Fix losing exceptions in `SSHDriver` control master start while handling
7+
timeouts in some cases.
8+
- Make pytestplugin only set a color for the custom console log level if
9+
formatter class supports it.
10+
- Add missing `MatchedSysfsGPIO` binding to `GpioDigitalOutputDriver`.
11+
- Fix a couple of unevaluated variables in exception and log messages.
12+
- Use only non-deprecated directives in Dockerfile.
13+
- Always use latest stable docker compose release in CI.
14+
- Create symlinks in `ManagedFile` even when skipping sync for local providers.
15+
- Use ``importlib`` instead of ``pkg_resources`` to retrieve version, because
16+
setuptools (providing ``pkg_resources``) is no longer pre-installed in
17+
virtualenvs created with the ``venv`` module.
18+
- Allow passing non-strings to `StepFormatter`.
19+
- Properly escape file and directory names in the `USBStorageDriver`.
20+
- Fix ``labgrid-client`` named resource handling for the ``io``, ``bootstrap``,
21+
``sd-mux`` and ``video`` sub commands.
22+
23+
124
Release 25.0 (Released May 7, 2025)
225
-----------------------------------
326
As announced `before

0 commit comments

Comments
 (0)