Skip to content

Commit ec14f89

Browse files
Tektronix BotTektronix Bot
authored andcommitted
2.2.0
Automatically generated by python-semantic-release
1 parent 6887440 commit ec14f89

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

21+
---
22+
23+
## v2.2.0 (2024-08-02)
24+
25+
### Merged Pull Requests
26+
27+
- Enable adding unsupported device types via the DeviceManager ([#262](https://github.com/tektronix/tm_devices/pull/262))
28+
- test: Ignore http-rate-limited warnings to avoid failure due to the abundance of GitHub URLs in the Changelog ([#261](https://github.com/tektronix/tm_devices/pull/261))
29+
2130
### Added
2231

2332
- Added a new method to the `DeviceManager` class, `add_unsupported_device()`, which enables adding an unsupported device type.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ maintainers = [
6767
name = "tm_devices"
6868
readme = "README.md"
6969
repository = "https://github.com/tektronix/tm_devices"
70-
version = "2.1.0"
70+
version = "2.2.0"
7171

7272
[tool.poetry.dependencies]
7373
gpib-ctypes = "^0.3.0"

0 commit comments

Comments
 (0)