Skip to content

Commit

Permalink
Release v0.15.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Apr 16, 2024
1 parent 3af5613 commit f637a7c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.15.1]

### Changed
- Nothing yet
- **tsp-toolkit-kic-lib:** Clean up instrument connections when an AsyncStream
stream is dropped

### Fixed
- Only single entry per instrument in settings.json file, irrespective of number of times it is saved (TSP-616)
- **tsp-toolkit-kic-cli:** Remove errors when fetching nodes with `.nodes` command

### Security
- **tsp-toolkit-kic-cli:** Bump `h2` crate version

## [0.15.0]

Expand All @@ -36,7 +41,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.14.1]

### Changed
- **kic-cli:** Prepend `kic_` to scripts loaded by kic_cli to prevent name-collisions (TSP-505)
- **kic-cli:** Prepend `kic_` to scripts loaded by kic cli to prevent name-collisions (TSP-505)

### Fixed
- **kic-cli:** Update Dependencies (TSP-576)
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project.

The Keithley TSP® Toolkit is a [Visual Studio Code][code] extension that provides rich
support for Keithley's Test Script Processor ([TSP][tsp]) technology to edit and execute
scripts. The extension includes command-set documentation and language features such as
scripts on TSP-enabled Keithley instruments. The extension includes command-set documentation and language features such as
syntax error detection and code navigation (provided by [sumneko.lua][sumneko]) as well as
code-completion suggestions, inline help, and TSP command documentation.

Expand Down Expand Up @@ -88,8 +88,8 @@ then it is possible to have TSP Toolkit automatically configure your project for

## Resources and Tutorials

- [TSP Landing Page on Tek.com][tsp]
<!-- - [TSP Toolkit Feature Walkthrough][tsp-toolkit-feature-walkthrough]-->
- [TSP Landing Page on Tek.com][tsp]
- [TSP Video Series][tsp-video-series]
- [App Note: How to Write TSP Scripts for TSP][app-note-how-to-write-tsp-scripts]
- [TSP Script Example Repository][tsp-script-examples]
Expand All @@ -114,14 +114,16 @@ The extension is currently only available in English.

## Questions, Issues, Feature Requests, and Contributions
- If you come across a problem with the extension, please file an [issue][tsp-toolkit-issues]
- Contributions are always welcome! Please see our [contributing guide][tsp-toolkit-contributing]
for more details.
- Any and all feedback is appreciated and welcome!
- If someone has already filed an [issue][tsp-toolkit-issues] that encompasses your
feedback, please leave a 👍/👎 reaction on the issue. Otherwise please start a new
[discussion][tsp-toolkit-discussions]
<!--
- Contributions are always welcome! Please see our [contributing guide][tsp-toolkit-contributing]
for more details.
- If you're interested in the development of the extension, your can read about our
[development process][tsp-toolkit-dev-process]
-->


## Known Issues
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
},
"dependencies": {
"@tektronix/keithley_instrument_libraries": "0.15.0",
"@tektronix/kic-cli": "0.15.0",
"@tektronix/kic-cli": "0.15.1",
"@tektronix/web-help-documents": "0.15.0",
"@types/cheerio": "^0.22.35",
"cheerio": "^1.0.0-rc.12",
Expand Down

0 comments on commit f637a7c

Please sign in to comment.