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
- All `termion`-related features are now removed and obsolete. ([`b1fd37d`](https://github.com/byron/prodash/commit/b1fd37d272c59249c151e1dbf498d5e2767f5507))
- Upgrade to `crossterm` v0.27. ([`34397f1`](https://github.com/byron/prodash/commit/34397f1b39dca0d585326728681a70b654db7118))
50
+
- Change duration formatting to be more human readable. ([`6acf6fe`](https://github.com/byron/prodash/commit/6acf6fe22a9ec4f7a16626db556c051c2084ccb2))
- Replace compound_duration with humantime This is the humantime part of PR https://github.com/Byron/prodash/pull/25 ([`f5143c9`](https://github.com/byron/prodash/commit/f5143c98be0f2f2267c4574805f81a61cd8d613a))
53
+
</details>
54
+
8
55
## 26.2.2 (2023-09-09)
9
56
10
57
This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to allow `?Sized` as well.
@@ -13,7 +60,7 @@ This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to
13
60
14
61
<csr-read-only-do-not-edit/>
15
62
16
-
-4 commits contributed to the release.
63
+
-5 commits contributed to the release.
17
64
- 2 days passed between releases.
18
65
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
66
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +72,7 @@ This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to
- Prepare next release ([`414506d`](https://github.com/byron/prodash/commit/414506df859584d17eb8ec755534040b813fa953))
29
77
- Merge pull request #24 from NobodyXu/fix/dyn ([`c905d5c`](https://github.com/byron/prodash/commit/c905d5cb8d62368bb4891cc732ce613d09d6498b))
30
78
- Relax bound of `Progress`, `Count` impl for `DynNestedProgressToNestedProgress` ([`967ea46`](https://github.com/byron/prodash/commit/967ea46b71c2bb44f7cd75524d101c4bfd2df0bf))
0 commit comments