Skip to content

Commit a7cadd7

Browse files
committed
0.1.18
Automatically generated by python-semantic-release
1 parent 764be35 commit a7cadd7

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ ______________________________________________________________________
1818

1919
Things to be included in the next release go here.
2020

21+
______________________________________________________________________
22+
23+
## v0.1.18 (2023-10-23)
24+
25+
### Merged Pull Requests
26+
27+
- Update badge displaying total number of downloads ([#41](https://github.com/tektronix/tm_devices/issues/41))
28+
- ci: Update permissions to allow the workflow to modify GitHub Releases. ([#40](https://github.com/tektronix/tm_devices/issues/40))
29+
2130
### Fixed
2231

2332
- Updated permissions for the release workflow to allow it to upload the distribution files to the GitHub Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ maintainers = [
7474
name = "tm_devices"
7575
readme = "README.rst"
7676
repository = "https://github.com/tektronix/tm_devices"
77-
version = "0.1.17"
77+
version = "0.1.18"
7878

7979
[tool.poetry.dependencies]
8080
check4updates = ">=0.0.2"

python_semantic_release_templates/.previous_changelog_for_template.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,62 @@ ______________________________________________________________________
1616

1717
## Unreleased
1818

19+
Things to be included in the next release go here.
20+
21+
### Fixed
22+
23+
- Updated permissions for the release workflow to allow it to upload the distribution files to the GitHub Release
24+
- Updated the README to include the correct link to the badge displaying the total number of package downloads
25+
26+
______________________________________________________________________
27+
28+
## v0.1.17 (2023-10-20)
29+
30+
### Merged Pull Requests
31+
32+
- Fix readme links and release workflow ([#39](https://github.com/tektronix/tm_devices/issues/39))
33+
34+
### Fixed
35+
36+
- Updated links in the README to properly redirect to GitHub when accessed from PyPI
37+
- Updated the release workflow to be able to upload artifacts to the GitHub Release page
38+
39+
______________________________________________________________________
40+
41+
## v0.1.16 (2023-10-20)
42+
43+
### Merged Pull Requests
44+
45+
- Update package release workflow to build correct version ([#38](https://github.com/tektronix/tm_devices/issues/38))
46+
47+
### Fixed
48+
49+
- Updated the release workflow to properly build the latest version after `python-semantic-release` updates the main branch
50+
51+
______________________________________________________________________
52+
53+
## v0.1.15 (2023-10-20)
54+
55+
### Merged Pull Requests
56+
57+
- ci: Update workflow to enable signed commits. ([#37](https://github.com/tektronix/tm_devices/issues/37))
58+
- ci: Add missing command to workflow. ([#36](https://github.com/tektronix/tm_devices/issues/36))
59+
- ci: Update semantic release step to not use the docker container. ([#35](https://github.com/tektronix/tm_devices/issues/35))
60+
- Update packaging workflow ([#34](https://github.com/tektronix/tm_devices/issues/34))
61+
- Update package release workflow with necessary permissions ([#33](https://github.com/tektronix/tm_devices/issues/33))
62+
- docs: Update links in readme. Also add badge for project publish workflow. ([#32](https://github.com/tektronix/tm_devices/issues/32))
63+
- Update changelog update process ([#31](https://github.com/tektronix/tm_devices/issues/31))
64+
- ci: Update git config during package release. ([#30](https://github.com/tektronix/tm_devices/issues/30))
65+
- ci: Added a workflow and necessary support scripts/templates to enable automated released via GitHub's workflow_dispatch trigger. ([#29](https://github.com/tektronix/tm_devices/issues/29))
66+
- Added a command-line script to print the available VISA resources. ([#26](https://github.com/tektronix/tm_devices/issues/26))
67+
- Update test.pypi.org upload workflow ([#25](https://github.com/tektronix/tm_devices/issues/25))
68+
- Add a wait time to allow for the package to be available to install. ([#24](https://github.com/tektronix/tm_devices/issues/24))
69+
- Custom testpypi version creation script ([#23](https://github.com/tektronix/tm_devices/issues/23))
70+
- Fix TestPyPI upload ([#22](https://github.com/tektronix/tm_devices/issues/22))
71+
- Update python-semantic-release config settings. ([#21](https://github.com/tektronix/tm_devices/issues/21))
72+
- Implement separate TestPyPI upload workflow ([#20](https://github.com/tektronix/tm_devices/issues/20))
73+
- Upload unique dev packages to test.pypi.org ([#19](https://github.com/tektronix/tm_devices/issues/19))
74+
1975
### Added
2076

2177
- A command-line script to list all available VISA resources, `list-visa-resources`

0 commit comments

Comments
 (0)