From a18cc9fc88522b08b60750f1728a813633047cb4 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Fri, 1 Dec 2023 18:42:41 +0000 Subject: [PATCH] 1.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++ pyproject.toml | 2 +- .../.previous_changelog_for_template.md | 31 +++++++++++++++++++ .../.previous_release_notes_for_template.md | 13 +++----- 4 files changed, 46 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811e1b71..5c25955a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,16 @@ ______________________________________________________________________ Things to be included in the next release go here. +______________________________________________________________________ + +## v1.0.1 (2023-12-01) + +### Merged Pull Requests + +- Fix import error on mac with system integrity protection ([#109](https://github.com/tektronix/tm_devices/issues/109)) +- feat(rest_api_device): Enable sending raw data for restful api devices. ([#107](https://github.com/tektronix/tm_devices/issues/107)) +- build: Update package classifiers. ([#106](https://github.com/tektronix/tm_devices/issues/106)) + ### Added - Added an option to send raw data for RESTful API devices diff --git a/pyproject.toml b/pyproject.toml index ed19924d..25256222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ maintainers = [ name = "tm_devices" readme = "README.rst" repository = "https://github.com/tektronix/tm_devices" -version = "1.0.0" +version = "1.0.1" [tool.poetry.dependencies] gpib-ctypes = ">=0.3.0" diff --git a/python_semantic_release_templates/.previous_changelog_for_template.md b/python_semantic_release_templates/.previous_changelog_for_template.md index eb77c7a3..811e1b71 100644 --- a/python_semantic_release_templates/.previous_changelog_for_template.md +++ b/python_semantic_release_templates/.previous_changelog_for_template.md @@ -20,6 +20,37 @@ Things to be included in the next release go here. ### Added +- Added an option to send raw data for RESTful API devices + +### Changed + +- Updated the package classifiers for PyPI + +### Fixed + +- Fixed a crash observed on macOS when importing `tm_devices`, issue [#108](https://github.com/tektronix/tm_devices/issues/108) + +______________________________________________________________________ + +## v1.0.0 (2023-11-13) + +### Merged Pull Requests + +- docs: Remove the TestPyPI badge from the readme, it is not important. ([#105](https://github.com/tektronix/tm_devices/issues/105)) +- Update the Readme ([#100](https://github.com/tektronix/tm_devices/issues/100)) +- ci: Increase timeout when installing tm_devices from pypi servers to avoid issues caused by long wheel build times for packages that tm_devices depends on (such as zeroconf). ([#98](https://github.com/tektronix/tm_devices/issues/98)) +- feat: Add USBTMC support for the 3706A device. ([#97](https://github.com/tektronix/tm_devices/issues/97)) +- Add new options for REST API devices ([#96](https://github.com/tektronix/tm_devices/issues/96)) +- ci: Update how the changelog generation macro selects PR numbers. ([#95](https://github.com/tektronix/tm_devices/issues/95)) +- gh-actions(deps): Bump the gh-actions-dependencies group with 5 updates ([#93](https://github.com/tektronix/tm_devices/issues/93)) +- ci: Added a workflow to scan for security issues in dependencies on all PRs. ([#91](https://github.com/tektronix/tm_devices/issues/91)) +- fix: Update a few comments to have better wording. ([#85](https://github.com/tektronix/tm_devices/issues/85)) +- Update the basic usage docs and Readme ([#84](https://github.com/tektronix/tm_devices/issues/84)) +- docs: Update basic usage with better wording for examples. ([#83](https://github.com/tektronix/tm_devices/issues/83)) +- refactor: Removed some API files that are no longer needed (outdated/broken) ([#82](https://github.com/tektronix/tm_devices/issues/82)) + +### Added + - New examples added to the basic usage guide showing how to use the commands for some scope drivers - Added an example showing how to change the VISA backend that is used for connecting to devices - Added a new support table in the Readme showing the API support for Software Solutions diff --git a/python_semantic_release_templates/.previous_release_notes_for_template.md b/python_semantic_release_templates/.previous_release_notes_for_template.md index 20a4ec25..e2479df8 100644 --- a/python_semantic_release_templates/.previous_release_notes_for_template.md +++ b/python_semantic_release_templates/.previous_release_notes_for_template.md @@ -2,17 +2,12 @@ Things to be included in the next release go here. ### Added -- New examples added to the basic usage guide showing how to use the commands for some scope drivers -- Added an example showing how to change the VISA backend that is used for connecting to devices -- Added a new support table in the Readme showing the API support for Software Solutions -- Added an option to bypass SSL certificate verification for RESTful API devices -- Added an option to allow URL redirects for RESTful API devices -- Added the 3706a to the list of supported usb devices +- Added an option to send raw data for RESTful API devices ### Changed -- Updated the support level tables in the Readme +- Updated the package classifiers for PyPI -### Removed +### Fixed -- Removed some outdated and broken API files +- Fixed a crash observed on macOS when importing `tm_devices`, issue [#108](https://github.com/tektronix/tm_devices/issues/108)