File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ Valid subsections within a version are:
1818
1919Things 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.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ maintainers = [
7373name = " tm_devices"
7474readme = " README.md"
7575repository = " https://github.com/tektronix/tm_devices"
76- version = " 3.1.4 "
76+ version = " 3.1.5 "
7777
7878[tool .poetry .dependencies ]
7979colorlog = " ^6.9.0"
You can’t perform that action at this time.
0 commit comments