@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 24.0.0 (2023-05-11)
9
+
10
+ ### Chore (BREAKING)
11
+
12
+ - <csr-id-fe5d01736179271f6b7bf20367f5d0e2bb616c4a /> switch from ` tui ` to ` ratatui ` .
13
+ The latter is a maintained fork.
14
+
15
+ ### Commit Statistics
16
+
17
+ <csr-read-only-do-not-edit />
18
+
19
+ - 3 commits contributed to the release.
20
+ - 60 days passed between releases.
21
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
22
+ - 0 issues like '(#ID)' were seen in commit messages
23
+
24
+ ### Thanks Clippy
25
+
26
+ <csr-read-only-do-not-edit />
27
+
28
+ [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 1 time to make code idiomatic.
29
+
30
+ ### Commit Details
31
+
32
+ <csr-read-only-do-not-edit />
33
+
34
+ <details ><summary >view details</summary >
35
+
36
+ * ** Uncategorized**
37
+ - Merge branch 'ratatui' ([ ` 4920457 ` ] ( https://github.com/byron/prodash/commit/492045793a23be9ebda7310d89593288a2bd3340 ) )
38
+ - Thanks clippy ([ ` 25356a3 ` ] ( https://github.com/byron/prodash/commit/25356a369c345b1e89f7c6c356ff7142020849de ) )
39
+ - Switch from ` tui ` to ` ratatui ` . ([ ` fe5d017 ` ] ( https://github.com/byron/prodash/commit/fe5d01736179271f6b7bf20367f5d0e2bb616c4a ) )
40
+ </details >
41
+
8
42
## 23.1.2 (2023-03-11)
9
43
10
44
### Bug Fixes
@@ -21,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
55
22
56
<csr-read-only-do-not-edit />
23
57
24
- - 1 commit contributed to the release.
58
+ - 2 commits contributed to the release.
25
59
- 9 days passed between releases.
26
60
- 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
27
61
- 0 issues like '(#ID)' were seen in commit messages
@@ -33,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
67
<details ><summary >view details</summary >
34
68
35
69
* ** Uncategorized**
70
+ - Release prodash v23.1.2 ([ ` c15f8db ` ] ( https://github.com/byron/prodash/commit/c15f8db0a7221ad6326544685200b68cb9ff5ddd ) )
36
71
- Line renderer now properly detects changes. ([ ` 7966f79 ` ] ( https://github.com/byron/prodash/commit/7966f79cc7009acb33761cee70398b05b0006cc1 ) )
37
72
</details >
38
73
0 commit comments