Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 815 Bytes

File metadata and controls

22 lines (15 loc) · 815 Bytes

Changelog

All notable changes to wavecli will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[2.0.0] - 2026-03-06

Added

  • Reimplemented wavecli as a native Rust CLI built directly on wellen
  • Added Cargo-based build, test, and installation workflow
  • Added Rust integration tests using bundled VCD/FST fixtures

Changed

  • Replaced the Python runtime layer with a Rust command-line implementation
  • Kept the info, signals, range, values, and float command surface while moving parsing to wellen
  • Kept JSON as the default output format with --format text for readable terminal output

Removed

  • Removed the Python package workflow and pywellen runtime dependency from the active implementation