Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
tek-githubbot-1010 committed Aug 2, 2024
1 parent 6887440 commit ec14f89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Valid subsections within a version are:

Things to be included in the next release go here.

---

## v2.2.0 (2024-08-02)

### Merged Pull Requests

- Enable adding unsupported device types via the DeviceManager ([#262](https://github.com/tektronix/tm_devices/pull/262))
- 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))

### Added

- Added a new method to the `DeviceManager` class, `add_unsupported_device()`, which enables adding an unsupported device type.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ maintainers = [
name = "tm_devices"
readme = "README.md"
repository = "https://github.com/tektronix/tm_devices"
version = "2.1.0"
version = "2.2.0"

[tool.poetry.dependencies]
gpib-ctypes = "^0.3.0"
Expand Down

0 comments on commit ec14f89

Please sign in to comment.