Skip to content

Commit

Permalink
Merge pull request #8 from upupnoah/main
Browse files Browse the repository at this point in the history
chore: update cliff.toml
  • Loading branch information
upupnoah authored Jun 11, 2024
2 parents b34df64 + 5b66dc2 commit 0962aeb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
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

0 comments on commit 0962aeb

Please sign in to comment.