Skip to content

Commit 1d940f2

Browse files
committed
release: bump version to 0.1.5
1 parent 0aec665 commit 1d940f2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ All notable changes to this project are documented in this file.
1515
- Updated manifest generation to import all callable `nanonis_spm.Nanonis` methods; non-`Get`/`Set` methods now populate root `actions` entries with `action_cmd` metadata and action safety mode.
1616
- Added `nqctl act <action_name> --arg key=value` with policy-aware action execution and action metadata in `nqctl capabilities` (`action_commands.items[*]`).
1717
- Updated GitHub-release install examples in `README.md` to use `<version>` placeholders.
18+
- Anchored command discovery at `Bias_Set`, ignored earlier callable helper methods, and dropped curated-only stale action entries so generated manifests now align with discovered backend action commands.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nanonis-qcodes-controller"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Simulator-first bridge between Nanonis SPM and QCodes"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)