You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.
4
4
5
5
## [Unreleased]
6
6
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.
0 commit comments