Skip to content

Commit ebd346e

Browse files
Release v0.5.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fea1a1f commit ebd346e

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.5.0
44

55
### GUI
66

@@ -34,6 +34,8 @@
3434
- **Mock meter no longer shows impossible states** — Peak and MIN/MAX can't be active at once (each ends the other, as on the real meter), and Peak presses are ignored in DC modes like the real UT61E+.
3535
- **Mock waveforms are smoother and loop seamlessly** — scenario waveforms are now driven by elapsed time and are periodic over their duration, so scheduling jitter no longer shows as visible noise and pinned mock modes no longer snap at the loop point. The capacitance and temperature sawtooths became triangles for the same reason.
3636

37+
**Full Changelog**: https://github.com/antoinecellerier/dmm-tools/compare/v0.4.0...v0.5.0
38+
3739
## v0.4.0
3840

3941
### Breaking changes

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.5.0-dev"
11+
version = "0.5.0"
1212
edition = "2024"
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)