From 350ffa5629421fc13faa262666cd2d6ad2fd8097 Mon Sep 17 00:00:00 2001 From: Luiz Otavio Vilas Boas Oliveira Date: Mon, 22 Apr 2024 14:29:23 +0200 Subject: [PATCH] Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92bd66a..c9c306d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ohcrab" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index f53a4ad..c98eea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohcrab" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Fix your command line magically" authors = ["Luiz Otavio Vilas Boas Oliveira "] diff --git a/README.md b/README.md index 168ef65..7dfed72 100644 --- a/README.md +++ b/README.md @@ -219,8 +219,14 @@ new rules or improving the crate. - [x] git_not_command - [x] git_pull - [x] git_pull_clone +- [x] git_pull_uncommitted_changes - [x] git_push +- [x] git_push_different_branch_names +- [x] git_push_force +- [x] git_push_without_commits - [x] git_rebase_merge_dir +- [x] git_rebase_no_changes +- [x] git_remote_delete - [x] go_run - [x] gradle_wrapper - [x] grep_arguments_order @@ -285,13 +291,7 @@ new rules or improving the crate. - [ ] git_hook_bypass - [ ] git_lfs_mistype - [ ] git_merge_unrelated -- [ ] git_pull_uncommitted_changes -- [ ] git_push_different_branch_names -- [ ] git_push_force - [ ] git_push_pull -- [ ] git_push_without_commits -- [ ] git_rebase_no_changes -- [ ] git_remote_delete - [ ] git_remote_seturl_add - [ ] git_rm_local_modifications - [ ] git_rm_recursive