Commit d76cbb0 1 parent 2fd4811 commit d76cbb0 Copy full SHA for d76cbb0
File tree 10 files changed +56
-9
lines changed
10 files changed +56
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.2.1] - 2024-07-25
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Update readme / lib.rs links
10
+
11
+ ### ⚙️ Miscellaneous Tasks
12
+
13
+ - Remove anyhow dependency
14
+ > Replaced with color_eyre generally
15
+
16
+ - Update bacon config
17
+
18
+ - Update READMEs and licensing info
19
+
20
+ <!-- generated by git-cliff -->
5
21
## [ 0.2.0] - 2024-07-25
6
22
7
23
### 🚀 Features
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ nursery = "warn"
41
41
[package ]
42
42
name = " tui-widgets"
43
43
description = " A collection of useful widgets for building terminal user interfaces using Ratatui"
44
- version = " 0.2.0 "
44
+ version = " 0.2.1 "
45
45
documentation = " https://docs.rs/tui-widgets"
46
46
47
47
authors.workspace = true
@@ -68,7 +68,7 @@ scrollview = ["tui-scrollview"]
68
68
[dependencies ]
69
69
document-features.workspace = true
70
70
ratatui = { workspace = true }
71
- tui-big-text = { version = " 0.5.0 " , path = " tui-big-text" , optional = true }
72
- tui-popup = { version = " 0.4.3 " , path = " tui-popup" , optional = true }
73
- tui-prompts = { version = " 0.3.18 " , path = " tui-prompts" , optional = true }
74
- tui-scrollview = { version = " 0.3.10 " , path = " tui-scrollview" , optional = true }
71
+ tui-big-text = { version = " 0.5.1 " , path = " tui-big-text" , optional = true }
72
+ tui-popup = { version = " 0.4.4 " , path = " tui-popup" , optional = true }
73
+ tui-prompts = { version = " 0.3.19 " , path = " tui-prompts" , optional = true }
74
+ tui-scrollview = { version = " 0.3.11 " , path = " tui-scrollview" , optional = true }
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.5.1] - 2024-07-25
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Remove anyhow dependency
10
+ > Replaced with color_eyre generally
11
+
12
+ - Update READMEs and licensing info
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.5.0] - 2024-07-25
6
16
7
17
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-big-text"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
description = " A Ratatui widget for displaying big text in the terminal"
5
5
documentation = " https://docs.rs/tui-big-text"
6
6
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.4.4] - 2024-07-25
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Update READMEs and licensing info
10
+
11
+ <!-- generated by git-cliff -->
5
12
## [ 0.4.3] - 2024-07-25
6
13
7
14
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-popup"
3
- version = " 0.4.3 "
3
+ version = " 0.4.4 "
4
4
description = " A simple popup for ratatui"
5
5
documentation = " https://docs.rs/tui-popup"
6
6
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.19] - 2024-07-25
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Update READMEs and licensing info
10
+
11
+ <!-- generated by git-cliff -->
5
12
## [ 0.3.18] - 2024-07-24
6
13
7
14
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-prompts"
3
- version = " 0.3.18 "
3
+ version = " 0.3.19 "
4
4
description = " A library for building interactive prompts for ratatui."
5
5
6
6
authors.workspace = true
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.11] - 2024-07-25
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Update READMEs and licensing info
10
+
11
+ <!-- generated by git-cliff -->
5
12
## [ 0.3.10] - 2024-07-25
6
13
7
14
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-scrollview"
3
- version = " 0.3.10 "
3
+ version = " 0.3.11 "
4
4
description = " A simple scrollable view for Ratatui"
5
5
6
6
authors.workspace = true
You can’t perform that action at this time.
0 commit comments