From 5b66dc21cedcf8a43e2a0854e173ffcd962fa65f Mon Sep 17 00:00:00 2001 From: upupnoah Date: Wed, 12 Jun 2024 00:57:56 +0800 Subject: [PATCH] chore: update cliff.toml --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- cliff.toml | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5d3ce..78beb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cliff.toml b/cliff.toml index 0f97ed5..b7b1bd0 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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]