From 5f411e7143a6606a16b09020fbd33b223469a62c Mon Sep 17 00:00:00 2001 From: "Sarver, Edwin" Date: Thu, 11 Apr 2024 08:30:39 -0400 Subject: [PATCH 1/2] Bump versions for Release v0.15.1 --- CHANGELOG.md | 9 +++++++-- README.md | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff866f2..fd72f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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) diff --git a/README.md b/README.md index a260545..5d0100a 100644 --- a/README.md +++ b/README.md @@ -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 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] diff --git a/package-lock.json b/package-lock.json index fed0f79..b502775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "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", @@ -892,9 +892,9 @@ "integrity": "sha512-St1ccKLj+CLEtsN7PBBH+tT0YpDneYmwwc7jf78YwVonBlcbytWl+LUQwuHmpLF3Yj8wTswQKi5uDWtjovPl/g==" }, "node_modules/@tektronix/kic-cli": { - "version": "0.15.0", - "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli/0.15.0/c3b8ddfddbe48ad9fbb6ab00b621577cd7b5e5d8", - "integrity": "sha512-4MTYm6t0LzUm9t6DFk1zbvbY9/Z/XNk5ipiV2rBy7631XMNXtMOfDEnPpzYZTRxaN1xPsavcb0/9suJ2XM6rIQ==", + "version": "0.15.1", + "resolved": "https://npm.pkg.github.com/download/@tektronix/kic-cli/0.15.1/496867a2f4efb5f8016d9e325a3be34c554ed8c6", + "integrity": "sha512-z82QSjuz8YLKMl6Ns+pOWtRDsodPSbFKyciDorYaLepw0v8ZALy66UnDAmTtb5O2/7HEJjs0J/lqo1J137dLAQ==", "bin": { "linux-kic": "bin/kic", "linux-kic-discover": "bin/kic-discover", diff --git a/package.json b/package.json index ce2543c..7ab3c1c 100644 --- a/package.json +++ b/package.json @@ -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", From 7fcd1d9344664c80f5d7159136e9010939b9bebc Mon Sep 17 00:00:00 2001 From: "Sarver, Edwin" Date: Thu, 11 Apr 2024 09:11:10 -0400 Subject: [PATCH 2/2] Remove dead links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d0100a..97bce7c 100644 --- a/README.md +++ b/README.md @@ -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] + ## Known Issues