We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d550d58 commit ccf113cCopy full SHA for ccf113c
crates/prettypretty/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Prettypretty v0.12.0 (2025-09-04)
+## Prettypretty v0.12.0 (2025-09-06)
4
5
The interface to spectral distributions has been improved: The new `get()`
6
method now returns an optional value, whereas the updated `at()` returns the
crates/prettytty/README.md
@@ -52,7 +52,7 @@ assert_eq!(pos.1, 17);
52
53
## Release History
54
55
-### v0.3.0 (2025-09-04)
+### v0.3.0 (2025-09-06)
56
57
* The [`Command`] trait now has both `Debug` and `Display` as supertraits.
58
* For commands synthesized with [`fuse!`] or [`fuse_sgr!`], the debug trait
0 commit comments