Skip to content

Commit 0383184

Browse files
author
Conventional Changelog Action
committed
Merge pull request #201 from sandialabs/list-resources-feat
List resources feat [skip ci]
1 parent d8939b0 commit 0383184

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.7.0](https://github.com/sandialabs/pyscan/compare/v0.6.0...v0.7.0) (2024-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **test:** fixed test_test_instrument_driver.py to account for read_only and write_only properties added to test_instrument_driver.py. This now solves the issue with auto_test_driver not failing with read and write only properties and ensures they are auto tested for future compatibility. ([f4554cd](https://github.com/sandialabs/pyscan/commit/f4554cd9869d6f950f8965e470ee1209c802e017))
7+
8+
9+
### Features
10+
11+
* **drivers:** adding a built in get_resources function that can return a list of available resources along with their names, and capture a target resource for initializing drivers. ([02971f6](https://github.com/sandialabs/pyscan/commit/02971f63888f95ec430873f90e21fe6c0a2df68f))
12+
13+
14+
115
# [0.6.0](https://github.com/sandialabs/pyscan/compare/v0.5.4...v0.6.0) (2024-07-09)
216

317

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.6.0"
2+
"version": "0.7.0"
33
}

0 commit comments

Comments
 (0)