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

chore: update cliff.toml #8

Merged
merged 1 commit into from
Jun 11, 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
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,37 @@ All notable changes to this project will be documented in this file. See [conven
---
## [unreleased]

### Bug Fixes

- annotate player - ([4844905](https://github.com/rust-noah/rcli.git/commit/48449053ab7e21c7b1402a012b8cc1ec534ddd05)) - upupnoah
- delete unused - ([192f716](https://github.com/rust-noah/rcli.git/commit/192f716b845ff4e6b4635624c172cd4b4fc0a820)) - upupnoah
- format - ([9b69246](https://github.com/rust-noah/rcli.git/commit/9b69246ae30f80aec29dd0fc0fb83dfe1851e016)) - upupnoah

### Documentation

- update readme - ([d62eeb7](https://github.com/rust-noah/rcli.git/commit/d62eeb780a8a1a7e06382b252dc7d553d4561e65)) - upupnoah

### Features

- **(clap)** add examples for clap - ([9cca597](https://github.com/rust-noah/rcli.git/commit/9cca597651c9f45953f94c10feaaa084fa1a1b76)) - upupnoah
- **(csv)** support json and yaml - ([ac563a8](https://github.com/rust-noah/rcli.git/commit/ac563a884f3d0d73817ce206822d3a7a7c61107d)) - upupnoah
- **(examples)** add random example - ([c163c69](https://github.com/rust-noah/rcli.git/commit/c163c699de552b96b0aa228c1ec85bcd7741334c)) - upupnoah
- **(genpass)** support random password generator and zxcvbn - ([4281df0](https://github.com/rust-noah/rcli.git/commit/4281df090af9d55389fa2d39e29d3a9ba70ce119)) - upupnoah
- **(rcli)** add csv cli support - ([a53a3c7](https://github.com/rust-noah/rcli.git/commit/a53a3c76f1a86931dabea96bbaf2d0eba1bdb780)) - upupnoah
- skeleton for rcli - ([0ab67af](https://github.com/rust-noah/rcli.git/commit/0ab67af9be61b0be87025b757a3ef9ddc448d546)) - upupnoah
- rcli for csv - ([5bc3355](https://github.com/rust-noah/rcli.git/commit/5bc3355a224fa1e07457fc2febb865b4a6814115)) - upupnoah

### Miscellaneous Chores

- initialize basic structure for the repo - ([2436bec](https://github.com/tyrchen/qdrant-lib/commit/2436bec4a02caac64f6c1f97ca79b6ce745b4f53)) - Tyr Chen
- update dependency files - ([33ef063](https://github.com/rust-noah/rcli.git/commit/33ef063a4ef6c55efc9688911f92623a5ae77155)) - upupnoah
- dependencies - ([afd8d9f](https://github.com/rust-noah/rcli.git/commit/afd8d9f8f781dffbb8b591724289d8788918b1cd)) - upupnoah

### Other

- init the project and add the assets - ([6a3ca0a](https://github.com/tyrchen/qdrant-lib/commit/6a3ca0a900451c55969cc8dec20afb5351d86599)) - Tyr Chen
- Initial commit - ([95ca163](https://github.com/rust-noah/rcli.git/commit/95ca163a829abfc782ed5adc254dd38de158c9a9)) - Noah

### Refactoring

- format - ([b91e29a](https://github.com/rust-noah/rcli.git/commit/b91e29a0385d2c0e17f1f82c448f6af3c7772b91)) - upupnoah

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ footer = """
trim = true
# postprocessors
postprocessors = [
{ pattern = '\$REPO', replace = "https://github.com/rust-noah/rcli.git" }, # replace repository URL
{ pattern = '\$REPO', replace = "https://github.com/rust-noah/rcli" }, # replace repository URL
]

[git]
Expand Down