Skip to content

Commit 12c40cb

Browse files
committed
release: bump version to 0.1.2
1 parent 1b20b9c commit 12c40cb

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ All notable changes to this project are documented in this file.
1111
- Updated `docs/release_private_index.md` to list required pre-release verification commands: `ruff check .`, `black --check .`, `mypy nanonis_qcodes_controller`, `pytest`, and `python -m build`.
1212
- Expanded distribution readiness documentation and release tracking with concrete private-index release verification notes.
1313
- Updated `nqctl capabilities` to expose rich `parameters.items[*]` metadata (`get_cmd`, `set_cmd`, validators, safety, descriptions) for agent-driven planning of `get`/`set`/`ramp`.
14+
- Updated `nqctl capabilities` to omit empty `description` fields and fall back to non-empty command descriptions when top-level parameter descriptions are missing.
1415
- Updated GitHub-release install examples in `README.md` to use `<version>` placeholders.

docs/cli_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Expose a small, stable command surface that orchestration agents can call direct
55

66
## Core commands
77
- `nqctl capabilities`: returns parameters/actions/policy summary, including rich
8-
`parameters.items[*]` metadata (`get_cmd`, `set_cmd`, `vals`, `safety`, descriptions)
8+
`parameters.items[*]` metadata (`get_cmd`, `set_cmd`, `vals`, `safety`, non-empty descriptions)
99
for agent planning.
1010
- `nqctl observables list`: returns readable and writable parameter metadata.
1111
- `nqctl actions list`: returns supported action descriptors.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

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.1"
7+
version = "0.1.2"
88
description = "Simulator-first bridge between Nanonis SPM and QCodes"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)