Skip to content

Commit

Permalink
TSP-634 Update version numbers (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: GT, Shreya <[email protected]>
  • Loading branch information
Shreya-GT and GT, Shreya authored May 24, 2024
1 parent 8efcc2d commit ae28826
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [unreleased]
## [0.16.0]

### Fixed

- If instrument connection address changes, it is updated in "Instruments" pane (TSP-634)
- **tsp-toolkit-kic-cli:** changed lxi and usb device info struct's instrument address field to same name (TSP-634)
- **tsp-toolkit-webhelp:** display.input.option() command signature has been corrected for all tti models

## [0.15.3]

Expand Down Expand Up @@ -106,7 +108,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!--Version Comparison Links-->
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.15.3...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.16.0
[0.15.3]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.3
[0.15.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.2
[0.15.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.1
Expand Down
48 changes: 25 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Tektronix",
"displayName": "[Beta] Keithley TSP Toolkit",
"description": "VSCode extension for Keithley Instruments' Test Script Processor",
"version": "0.15.3",
"version": "0.16.0",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down Expand Up @@ -329,9 +329,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@tektronix/keithley_instrument_libraries": "0.15.1",
"@tektronix/kic-cli": "0.15.3",
"@tektronix/web-help-documents": "0.15.0",
"@tektronix/keithley_instrument_libraries": "0.16.0",
"@tektronix/kic-cli": "0.16.0",
"@tektronix/web-help-documents": "0.15.3",
"@types/cheerio": "^0.22.35",
"cheerio": "^1.0.0-rc.12",
"class-transformer": "^0.5.1",
Expand Down

0 comments on commit ae28826

Please sign in to comment.