Skip to content

Commit 77a46bd

Browse files
Tektronix BotTektronix Bot
authored andcommitted
3.1.5
Automatically generated by python-semantic-release
1 parent 0acf133 commit 77a46bd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Valid subsections within a version are:
1818

1919
Things to be included in the next release go here.
2020

21+
---
22+
23+
## v3.1.5 (2025-03-10)
24+
25+
### Merged Pull Requests
26+
27+
- python-deps(deps): bump the python-dependencies group across 1 directory with 2 updates ([#395](https://github.com/tektronix/tm_devices/pull/395))
28+
- ci: Allow retries for CI testing on MacOS. ([#394](https://github.com/tektronix/tm_devices/pull/394))
29+
- gh-actions(deps): bump tektronix/python-package-ci-cd ([#393](https://github.com/tektronix/tm_devices/pull/393))
30+
- Fixed microsecond representation in log formatting ([#392](https://github.com/tektronix/tm_devices/pull/392))
31+
- chore: Bump development dependencies ([#390](https://github.com/tektronix/tm_devices/pull/390))
32+
2133
### Changed
2234

2335
- Modified the logging time format to use microseconds for more precise logging.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ maintainers = [
7373
name = "tm_devices"
7474
readme = "README.md"
7575
repository = "https://github.com/tektronix/tm_devices"
76-
version = "3.1.4"
76+
version = "3.1.5"
7777

7878
[tool.poetry.dependencies]
7979
colorlog = "^6.9.0"

0 commit comments

Comments
 (0)