Commit 714527b 1 parent 07773a5 commit 714527b Copy full SHA for 714527b
File tree 10 files changed +59
-9
lines changed
10 files changed +59
-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.3] - 2024-08-02
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Clean up changelogs ([ #17 ] ( https://github.com/joshka/tui-widgets/pull/17 ) )
10
+ > - removed unnecessary footer comments
11
+ > - removed [ unreleased] sections
12
+ > - removed duplicate release notes
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.2.2] - 2024-07-25
6
16
7
17
### ⚙️ Miscellaneous Tasks
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.2 "
44
+ version = " 0.2.3 "
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.2 " , 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 }
71
+ tui-big-text = { version = " 0.5.3 " , path = " tui-big-text" , optional = true }
72
+ tui-popup = { version = " 0.4.5 " , path = " tui-popup" , optional = true }
73
+ tui-prompts = { version = " 0.3.20 " , path = " tui-prompts" , optional = true }
74
+ tui-scrollview = { version = " 0.3.12 " , 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.3] - 2024-08-02
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Clean up changelogs ([ #17 ] ( https://github.com/joshka/tui-widgets/pull/17 ) )
10
+ > - removed unnecessary footer comments
11
+ > - removed [ unreleased] sections
12
+ > - removed duplicate release notes
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.5.2] - 2024-07-25
6
16
7
17
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-big-text"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
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.5] - 2024-08-02
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Clean up changelogs ([ #17 ] ( https://github.com/joshka/tui-widgets/pull/17 ) )
10
+ > - removed unnecessary footer comments
11
+ > - removed [ unreleased] sections
12
+ > - removed duplicate release notes
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.4.4] - 2024-07-25
6
16
7
17
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-popup"
3
- version = " 0.4.4 "
3
+ version = " 0.4.5 "
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.20] - 2024-08-02
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Clean up changelogs ([ #17 ] ( https://github.com/joshka/tui-widgets/pull/17 ) )
10
+ > - removed unnecessary footer comments
11
+ > - removed [ unreleased] sections
12
+ > - removed duplicate release notes
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.3.19] - 2024-07-25
6
16
7
17
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-prompts"
3
- version = " 0.3.19 "
3
+ version = " 0.3.20 "
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.12] - 2024-08-02
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Clean up changelogs ([ #17 ] ( https://github.com/joshka/tui-widgets/pull/17 ) )
10
+ > - removed unnecessary footer comments
11
+ > - removed [ unreleased] sections
12
+ > - removed duplicate release notes
13
+
14
+ <!-- generated by git-cliff -->
5
15
## [ 0.3.11] - 2024-07-25
6
16
7
17
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-scrollview"
3
- version = " 0.3.11 "
3
+ version = " 0.3.12 "
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