diff --git a/CHANGELOG.md b/CHANGELOG.md index eb77c7a3..e2bc2194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,25 @@ ______________________________________________________________________ Things to be included in the next release go here. +______________________________________________________________________ + +## 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 diff --git a/pyproject.toml b/pyproject.toml index 514c8bea..fbaa6330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ maintainers = [ name = "tm_devices" readme = "README.rst" repository = "https://github.com/tektronix/tm_devices" -version = "0.1.24" +version = "1.0.0" [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 e885bb92..eb77c7a3 100644 --- a/python_semantic_release_templates/.previous_changelog_for_template.md +++ b/python_semantic_release_templates/.previous_changelog_for_template.md @@ -18,6 +18,31 @@ ______________________________________________________________________ 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 + +### Changed + +- Updated the support level tables in the Readme + +### Removed + +- Removed some outdated and broken API files + +______________________________________________________________________ + +## v0.1.24 (2023-10-30) + +### Merged Pull Requests + +- fix: Build docs without parallelization to fix pop-up issues with sphinx-tippy ([#80](https://github.com/tektronix/tm_devices/issues/80)) + ### Fixed - Fixed the `tippy.js` pop-ups in the documentation 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 470d5536..20a4ec25 100644 --- a/python_semantic_release_templates/.previous_release_notes_for_template.md +++ b/python_semantic_release_templates/.previous_release_notes_for_template.md @@ -1,5 +1,18 @@ Things to be included in the next release go here. -### Fixed +### Added -- Fixed the `tippy.js` pop-ups in the documentation +- 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 + +### Changed + +- Updated the support level tables in the Readme + +### Removed + +- Removed some outdated and broken API files