- fix: Update the version of the semantic release action used to fix a bug with the output version. ([69](https://github.com/tektronix/tm_devices/issues/69))
Fixed
- Fixed the package release workflow to use a version of the `python-semantic-release` GitHub action that doesn't have any bugs
---
0.1.21
Merged Pull Requests
- ci: Update macro to enable GitHub Release template to function properly. ([68](https://github.com/tektronix/tm_devices/issues/68))
Fixed
- Fixed the GitHub Release template generation
---
0.1.20
Merged Pull Requests
- Add template for GitHub Releases ([67](https://github.com/tektronix/tm_devices/issues/67))
Added
- Added a template for rendering custom Release Notes for GitHub Releases
---
0.1.19
Merged Pull Requests
- Update the code that checks for package updates ([66](https://github.com/tektronix/tm_devices/issues/66))
Fixed
- Fixed a potential `PermissionsError` crash that occurred when trying to check for any available package updates
Added
- A config flag to enable checking for updates when creating a new instance of the `DeviceManager`
Changed
- The default behavior of the `DeviceManager` is changed to **not** check for updates
---
0.1.18
Merged Pull Requests
- Update badge displaying total number of downloads ([41](https://github.com/tektronix/tm_devices/issues/41)) - ci: Update permissions to allow the workflow to modify GitHub Releases. ([40](https://github.com/tektronix/tm_devices/issues/40))
Fixed
- Updated permissions for the release workflow to allow it to upload the distribution files to the GitHub Release - Updated the README to include the correct link to the badge displaying the total number of package downloads
---
0.1.17
Merged Pull Requests
- Fix readme links and release workflow ([39](https://github.com/tektronix/tm_devices/issues/39))
Fixed
- Updated links in the README to properly redirect to GitHub when accessed from PyPI - Updated the release workflow to be able to upload artifacts to the GitHub Release page