diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c3fd98..b572054b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,18 @@ Valid subsections within a version are: Things to be included in the next release go here. +--- + +## v2.2.1 (2024-08-07) + +### Merged Pull Requests + +- feat: Custom LAN Device Name for TCPIP Connections ([#267](https://github.com/tektronix/tm_devices/pull/267)) +- docs: Update links on the Readme to point to the full GitHub URL ([#266](https://github.com/tektronix/tm_devices/pull/266)) +- ci: Update the script that updates the pre-commit dependencies to update them with frozen hashes ([#265](https://github.com/tektronix/tm_devices/pull/265)) +- Convert test-docs.yml to a reusable workflow ([#264](https://github.com/tektronix/tm_devices/pull/264)) +- python-deps(deps-dev): bump the python-dependencies group with 3 updates ([#263](https://github.com/tektronix/tm_devices/pull/263)) + ### Changed - Changed `DeviceConfigEntry` dataclass by adding an optional `lan_device_name` field, which allows connecting to instruments through TCPIP on LAN device names other than `inst0`. diff --git a/pyproject.toml b/pyproject.toml index 70834221..6fc2602b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ maintainers = [ name = "tm_devices" readme = "README.md" repository = "https://github.com/tektronix/tm_devices" -version = "2.2.0" +version = "2.2.1" [tool.poetry.dependencies] gpib-ctypes = "^0.3.0"