Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clean up changelogs #17

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.

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

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

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

- Update READMEs and licensing info

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

### 🚀 Features
Expand Down Expand Up @@ -79,14 +77,12 @@ All notable changes to this project will be documented in this file.

- Include commit body in changelog

<!-- generated by git-cliff -->
## [0.1.5] - 2024-07-25

### Other

- Add tui-popup to widgets

<!-- generated by git-cliff -->
## [0.1.4] - 2024-07-24

### 🐛 Bug Fixes
Expand All @@ -99,15 +95,6 @@ All notable changes to this project will be documented in this file.

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

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.3](https://github.com/joshka/tui-widgets/compare/tui-widgets-v0.1.2...tui-widgets-v0.1.3) - 2024-07-24

### Fixed
Expand Down
9 changes: 0 additions & 9 deletions tui-big-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.

- Update tui-big-text images

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

### ⚙️ Miscellaneous Tasks
Expand All @@ -18,7 +17,6 @@ All notable changes to this project will be documented in this file.

- Update READMEs and licensing info

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

### 🚀 Features
Expand Down Expand Up @@ -67,14 +65,12 @@ All notable changes to this project will be documented in this file.

- Simplify tui-big-text examples

<!-- generated by git-cliff -->
## [0.4.7] - 2024-07-24

### ⚙️ Miscellaneous Tasks

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

<!-- generated by git-cliff -->
## [0.4.5] - 2024-06-25

### ⚙️ Miscellaneous Tasks
Expand All @@ -84,9 +80,6 @@ All notable changes to this project will be documented in this file.
- Set msrv to 1.74
- Update git cliff config

<!-- generated by git-cliff -->
## [unreleased]

## [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

### Other
Expand Down Expand Up @@ -325,5 +318,3 @@ All notable changes to this project will be documented in this file.

- Fix repository link ([#1](https://github.com/joshka/tui-big-text/issues/1))
- Release

<!-- generated by git-cliff -->
34 changes: 0 additions & 34 deletions tui-popup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.

- Update READMEs and licensing info

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

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

- Add tui-popup to widgets

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

- [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))
>
> Co-authored-by: Josh McKinney <[email protected]>

<!-- generated by git-cliff -->
## [0.4.1] - 2024-07-15

- [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))
Expand All @@ -50,7 +47,6 @@ All notable changes to this project will be documented in this file.
> Signed-off-by: dependabot[bot] <[email protected]>
> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

<!-- generated by git-cliff -->
## [0.4.0] - 2024-07-07

- [1c79c1c](https://github.com/joshka/tui-popup/commit/1c79c1c462520901443d44fe474d9bee474a4d61) feat!: remove title from Popup::new ([#31](https://github.com/joshka/tui-popup/pull/31))
Expand Down Expand Up @@ -79,7 +75,6 @@ All notable changes to this project will be documented in this file.
> + PopupState::default().drag_state()
> ```

<!-- generated by git-cliff -->
## [0.3.4] - 2024-07-07

- [3433aec](https://github.com/joshka/tui-popup/commit/3433aec13d3ef3179b5bdf2267d9dd6e59407f95) chore(examples): simplify examples ([#27](https://github.com/joshka/tui-popup/pull/27))
Expand Down Expand Up @@ -107,33 +102,6 @@ All notable changes to this project will be documented in this file.

- [eeeb8b1](https://github.com/joshka/tui-popup/commit/eeeb8b125ce9b1c1d1f591bc3e78b68cef33149d) ci: config git-cliff to better handle PR links

<!-- generated by git-cliff -->
## [unreleased]

- [3433aec](https://github.com/joshka/tui-popup/commit/3433aec13d3ef3179b5bdf2267d9dd6e59407f95) chore(examples): simplify examples ([#27](https://github.com/joshka/tui-popup/issues/27))
>
> - Move terminal setup / restore and error handling to module
> - Smaller more focused methods
> - Extract App struct for state example

- [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))
>
> Converts a crossterm mouse event into mouse movement. Requires the
> `crossterm` feature to be enabled.
>
> ```rust
> if let Event::Mouse(event) = event::read()? {
> popup_state.handle_mouse_event(event);
> }
> ```

- [c89b142](https://github.com/joshka/tui-popup/commit/c89b14292a17f0184cd3a2c6109c2d952a42b0a3) chore: create git cliff config ([#30](https://github.com/joshka/tui-popup/issues/30))
>

- [29008c4](https://github.com/joshka/tui-popup/commit/29008c4695e8fd38ea6398ae7cfee3d0fa1bcb03) chore: update changelog

- [81dcd7f](https://github.com/joshka/tui-popup/commit/81dcd7f89339fc99e8807c8aaade4a0c29c16a89) chore: use cliff.toml in release.plz

## [0.3.3] - 2024-06-25

- [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))
Expand Down Expand Up @@ -346,5 +314,3 @@ All notable changes to this project will be documented in this file.
- [d4322d8](https://github.com/joshka/tui-popup/commit/d4322d8b35298c27b5b26d614a64dd3e814fe4f1) docs: update readme and demo

- [aad723f](https://github.com/joshka/tui-popup/commit/aad723f835ade62a4f76da43917e504f230799e8) ci: add release-plz and CI

<!-- generated by git-cliff -->
10 changes: 0 additions & 10 deletions tui-prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file.

- Update READMEs and licensing info

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

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

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.14](https://github.com/joshka/tui-prompts/compare/v0.3.13...v0.3.14) - 2024-07-02

### Other
Expand Down
8 changes: 0 additions & 8 deletions tui-scrollview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@ All notable changes to this project will be documented in this file.

- Update READMEs and licensing info

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

### 🐛 Bug Fixes

- Use ratatui::crossterm instead of crossterm::

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

### ⚙️ Miscellaneous Tasks

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

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

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

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

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

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

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

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

- Initial implementation


<!-- generated by git-cliff -->