Skip to content

Commit 7818c12

Browse files
committed
release: bump version to 0.1.10
1 parent 9b6b665 commit 7818c12

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.10] - 2026-02-26
8+
9+
### Added
10+
- Added `nqctl policy set` to update runtime policy flags directly from CLI (`--allow-writes`, `--dry-run`) with persisted config updates.
11+
12+
### Changed
13+
- Switched packaged runtime policy defaults to live mode (`allow_writes=true`, `dry_run=false`) in both runtime YAML defaults and code fallback defaults.
14+
- Updated README policy guidance with `nqctl policy set` usage examples.
15+
716
## [0.1.9] - 2026-02-26
817

918
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.9"
1+
__version__ = "0.1.10"

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

0 commit comments

Comments
 (0)