From 8621739f07731c75b5fc132fdfba1c23fc7969bb Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Mon, 25 Dec 2023 16:31:54 +0530 Subject: [PATCH] chore: pre-release v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 5 ++++- README.md | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfda38e..20a0bce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "fa" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index d258342..1ed7b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "fa" -version = "0.1.0" +version = "0.2.0" edition = "2021" +license = "MIT" authors = ["Ayush Gupta "] description = "A simple \"terminal\" based password manager." readme = "README.md" repository = "https://github.com/is-it-ayush/fa" +categories = ["command-line-utilities"] +keywords = ["cli", "password-manager", "tool"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index c3d2997..dd24783 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ it might give me more ways to store more information. such as the you can always put up a pr solving any of the above todo's or anything that you think is mising. if i think it's good. i'll merge it! just don't make -huge changes without creating a discussion first. +huge changes without creating a discussion first. also, it's nice if you +follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). +it's not a requirement tho but it helps. ### license.