Skip to content

Commit

Permalink
Release v0.15.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Apr 9, 2024
1 parent 66480c5 commit ccc7481
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit ccc7481

Please sign in to comment.