Skip to content

Commit 07773a5

Browse files
authored
docs: clean up changelogs (#17)
- removed unnecessary footer comments - removed [unreleased] sections - removed duplicate release notes
1 parent b4c3d68 commit 07773a5

File tree

5 files changed

+0
-74
lines changed

5 files changed

+0
-74
lines changed

CHANGELOG.md

-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
- Updated the following local packages: tui-big-text
1010

11-
<!-- generated by git-cliff -->
1211
## [0.2.1] - 2024-07-25
1312

1413
### 📚 Documentation
@@ -24,7 +23,6 @@ All notable changes to this project will be documented in this file.
2423

2524
- Update READMEs and licensing info
2625

27-
<!-- generated by git-cliff -->
2826
## [0.2.0] - 2024-07-25
2927

3028
### 🚀 Features
@@ -79,14 +77,12 @@ All notable changes to this project will be documented in this file.
7977
8078
- Include commit body in changelog
8179
82-
<!-- generated by git-cliff -->
8380
## [0.1.5] - 2024-07-25
8481
8582
### Other
8683
8784
- Add tui-popup to widgets
8885
89-
<!-- generated by git-cliff -->
9086
## [0.1.4] - 2024-07-24
9187
9288
### 🐛 Bug Fixes
@@ -99,15 +95,6 @@ All notable changes to this project will be documented in this file.
9995
10096
- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))
10197
102-
<!-- generated by git-cliff -->
103-
# Changelog
104-
All notable changes to this project will be documented in this file.
105-
106-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
107-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
108-
109-
## [Unreleased]
110-
11198
## [0.1.3](https://github.com/joshka/tui-widgets/compare/tui-widgets-v0.1.2...tui-widgets-v0.1.3) - 2024-07-24
11299
113100
### Fixed

tui-big-text/CHANGELOG.md

-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
- Update tui-big-text images
1010

11-
<!-- generated by git-cliff -->
1211
## [0.5.1] - 2024-07-25
1312

1413
### ⚙️ Miscellaneous Tasks
@@ -18,7 +17,6 @@ All notable changes to this project will be documented in this file.
1817
1918
- Update READMEs and licensing info
2019

21-
<!-- generated by git-cliff -->
2220
## [0.5.0] - 2024-07-25
2321

2422
### 🚀 Features
@@ -67,14 +65,12 @@ All notable changes to this project will be documented in this file.
6765
6866
- Simplify tui-big-text examples
6967
70-
<!-- generated by git-cliff -->
7168
## [0.4.7] - 2024-07-24
7269
7370
### ⚙️ Miscellaneous Tasks
7471
7572
- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))
7673
77-
<!-- generated by git-cliff -->
7874
## [0.4.5] - 2024-06-25
7975
8076
### ⚙️ Miscellaneous Tasks
@@ -84,9 +80,6 @@ All notable changes to this project will be documented in this file.
8480
- Set msrv to 1.74
8581
- Update git cliff config
8682
87-
<!-- generated by git-cliff -->
88-
## [unreleased]
89-
9083
## [0.4.6](https://github.com/joshka/tui-widgets/compare/tui-big-text-v0.4.5...tui-big-text-v0.4.6) - 2024-07-24
9184
9285
### Other
@@ -325,5 +318,3 @@ All notable changes to this project will be documented in this file.
325318
326319
- Fix repository link ([#1](https://github.com/joshka/tui-big-text/issues/1))
327320
- Release
328-
329-
<!-- generated by git-cliff -->

tui-popup/CHANGELOG.md

-34
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
- Update READMEs and licensing info
1010

11-
<!-- generated by git-cliff -->
1211
## [0.4.3] - 2024-07-25
1312

1413
### ⚙️ Miscellaneous Tasks
@@ -19,14 +18,12 @@ All notable changes to this project will be documented in this file.
1918

2019
- Add tui-popup to widgets
2120

22-
<!-- generated by git-cliff -->
2321
## [0.4.2] - 2024-07-23
2422

2523
- [ef2989b](https://github.com/joshka/tui-popup/commit/ef2989b9e22df64602600ed0f50113d1f7ae9230) feat: add border_set and border_style ([#36](https://github.com/joshka/tui-popup/pull/36))
2624
>
2725
> Co-authored-by: Josh McKinney <[email protected]>
2826
29-
<!-- generated by git-cliff -->
3027
## [0.4.1] - 2024-07-15
3128

3229
- [a909878](https://github.com/joshka/tui-popup/commit/a909878c5936e3f935b5f27e13ec160dc6a89242) chore(deps): bump document-features in the all-dependencies group ([#34](https://github.com/joshka/tui-popup/pull/34))
@@ -50,7 +47,6 @@ All notable changes to this project will be documented in this file.
5047
> Signed-off-by: dependabot[bot] <[email protected]>
5148
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5249
53-
<!-- generated by git-cliff -->
5450
## [0.4.0] - 2024-07-07
5551

5652
- [1c79c1c](https://github.com/joshka/tui-popup/commit/1c79c1c462520901443d44fe474d9bee474a4d61) feat!: remove title from Popup::new ([#31](https://github.com/joshka/tui-popup/pull/31))
@@ -79,7 +75,6 @@ All notable changes to this project will be documented in this file.
7975
> + PopupState::default().drag_state()
8076
> ```
8177
82-
<!-- generated by git-cliff -->
8378
## [0.3.4] - 2024-07-07
8479
8580
- [3433aec](https://github.com/joshka/tui-popup/commit/3433aec13d3ef3179b5bdf2267d9dd6e59407f95) chore(examples): simplify examples ([#27](https://github.com/joshka/tui-popup/pull/27))
@@ -107,33 +102,6 @@ All notable changes to this project will be documented in this file.
107102
108103
- [eeeb8b1](https://github.com/joshka/tui-popup/commit/eeeb8b125ce9b1c1d1f591bc3e78b68cef33149d) ci: config git-cliff to better handle PR links
109104
110-
<!-- generated by git-cliff -->
111-
## [unreleased]
112-
113-
- [3433aec](https://github.com/joshka/tui-popup/commit/3433aec13d3ef3179b5bdf2267d9dd6e59407f95) chore(examples): simplify examples ([#27](https://github.com/joshka/tui-popup/issues/27))
114-
>
115-
> - Move terminal setup / restore and error handling to module
116-
> - Smaller more focused methods
117-
> - Extract App struct for state example
118-
119-
- [3a7fd10](https://github.com/joshka/tui-popup/commit/3a7fd10034ffef21a48b0cef9c3a0bbfaf65c8de) feat(mouse): add PopupState::handle_mouse_event() ([#29](https://github.com/joshka/tui-popup/issues/29))
120-
>
121-
> Converts a crossterm mouse event into mouse movement. Requires the
122-
> `crossterm` feature to be enabled.
123-
>
124-
> ```rust
125-
> if let Event::Mouse(event) = event::read()? {
126-
> popup_state.handle_mouse_event(event);
127-
> }
128-
> ```
129-
130-
- [c89b142](https://github.com/joshka/tui-popup/commit/c89b14292a17f0184cd3a2c6109c2d952a42b0a3) chore: create git cliff config ([#30](https://github.com/joshka/tui-popup/issues/30))
131-
>
132-
133-
- [29008c4](https://github.com/joshka/tui-popup/commit/29008c4695e8fd38ea6398ae7cfee3d0fa1bcb03) chore: update changelog
134-
135-
- [81dcd7f](https://github.com/joshka/tui-popup/commit/81dcd7f89339fc99e8807c8aaade4a0c29c16a89) chore: use cliff.toml in release.plz
136-
137105
## [0.3.3] - 2024-06-25
138106
139107
- [4cd3786](https://github.com/joshka/tui-popup/commit/4cd3786d195f315974d1ad3fbfb3f8c8211c7748) chore(deps): bump ratatui in the all-dependencies group ([#25](https://github.com/joshka/tui-popup/issues/25))
@@ -346,5 +314,3 @@ All notable changes to this project will be documented in this file.
346314
- [d4322d8](https://github.com/joshka/tui-popup/commit/d4322d8b35298c27b5b26d614a64dd3e814fe4f1) docs: update readme and demo
347315
348316
- [aad723f](https://github.com/joshka/tui-popup/commit/aad723f835ade62a4f76da43917e504f230799e8) ci: add release-plz and CI
349-
350-
<!-- generated by git-cliff -->

tui-prompts/CHANGELOG.md

-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
- Update READMEs and licensing info
1010

11-
<!-- generated by git-cliff -->
1211
## [0.3.18] - 2024-07-24
1312

1413
### 🐛 Bug Fixes
@@ -22,15 +21,6 @@ All notable changes to this project will be documented in this file.
2221
- Move to tui-widgets repository
2322
- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))
2423

25-
<!-- generated by git-cliff -->
26-
# Changelog
27-
All notable changes to this project will be documented in this file.
28-
29-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
31-
32-
## [Unreleased]
33-
3424
## [0.3.14](https://github.com/joshka/tui-prompts/compare/v0.3.13...v0.3.14) - 2024-07-02
3525

3626
### Other

tui-scrollview/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ All notable changes to this project will be documented in this file.
88

99
- Update READMEs and licensing info
1010

11-
<!-- generated by git-cliff -->
1211
## [0.3.10] - 2024-07-25
1312

1413
### 🐛 Bug Fixes
1514

1615
- Use ratatui::crossterm instead of crossterm::
1716

18-
<!-- generated by git-cliff -->
1917
## [0.3.9] - 2024-07-24
2018

2119
### ⚙️ Miscellaneous Tasks
2220

2321
- Various fixes / clippy lints ([#6](https://github.com/joshka/tui-widgets/pull/6))
2422

25-
<!-- generated by git-cliff -->
2623
## [0.3.8](https://github.com/joshka/tui-widgets/compare/tui-scrollview-v0.3.7...tui-scrollview-v0.3.8) - 2024-07-24
2724

2825
### Other
@@ -36,7 +33,6 @@ All notable changes to this project will be documented in this file.
3633
- *(deps)* Bump rstest in the all-dependencies group ([#34](https://github.com/joshka/tui-scrollview/pull/34))
3734
- *(deps)* Bump ratatui in the all-dependencies group ([#36](https://github.com/joshka/tui-scrollview/pull/36))
3835

39-
<!-- generated by git-cliff -->
4036
## [0.3.6] - 2024-05-21
4137

4238
### 📚 Documentation
@@ -52,7 +48,6 @@ All notable changes to this project will be documented in this file.
5248

5349
- --- ([#33](https://github.com/joshka/tui-scrollview/pull/33))
5450

55-
<!-- generated by git-cliff -->
5651
## [0.3.5] - 2024-04-26
5752

5853
### 🚀 Features
@@ -206,6 +201,3 @@ All notable changes to this project will be documented in this file.
206201
### Other
207202

208203
- Initial implementation
209-
210-
211-
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)