Skip to content

Commit 1bfc86f

Browse files
committed
release: bump version to 0.1.9
1 parent 703ade7 commit 1bfc86f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.1.9] - 2026-02-26
8+
9+
### Fixed
10+
- Fixed CLI argument parsing for negative scientific-notation positional values (for example `-1e-11`) so `nqctl set` and `nqctl ramp` no longer misclassify them as option flags.
11+
- Updated `nqctl ramp` step handling to accept signed input and use positive step magnitude internally, preserving expected decreasing-ramp behavior.
12+
713
## [0.1.8] - 2026-02-25
814

915
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.8"
1+
__version__ = "0.1.9"

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

0 commit comments

Comments
 (0)