Skip to content

Commit

Permalink
chore: pre-release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
is-it-ayush committed Dec 25, 2023
1 parent 4fc390b commit 8621739
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "fa"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Ayush Gupta <[email protected]>"]
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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8621739

Please sign in to comment.