diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d97f61..fa1520d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [0.15.1] ### Changed -- No changes yet +- **tsp-toolkit-kic-lib:** Clean up instrument connections when an AsyncStream + stream is dropped + +### Fixed +- Remove errors when fetching nodes with `.nodes` command + +### Security +- Bump `h2` version ## [0.15.0] diff --git a/Cargo.lock b/Cargo.lock index 1b973dc..406e92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,8 +2505,8 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tsp-toolkit-kic-lib" -version = "0.15.0" -source = "git+https://github.com/tektronix/tsp-toolkit-kic-lib.git?tag=v0.15.0#532b2e41a91467899a8e8660002af6752637ff79" +version = "0.15.1" +source = "git+https://github.com/tektronix/tsp-toolkit-kic-lib.git?tag=v0.15.1#3c3edf8efda1d765c6b5002cbaa5cf3e2707b48c" dependencies = [ "bytes", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7a40a1c..f41ddf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,5 @@ thiserror = "1.0.58" tmc = { git = "https://github.com/esarver/rusb-usbtmc" } tracing = { version = "0.1.40", features = ["async-await"] } tracing-subscriber = "0.3.18" -tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", tag = "v0.15.0" } +tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", tag = "v0.15.1" } +