From 01c9584dbddb0f077ff8315c952ae548e4eda90e Mon Sep 17 00:00:00 2001 From: Luiz Otavio Vilas Boas Oliveira Date: Sat, 20 Apr 2024 15:56:24 +0200 Subject: [PATCH] REL: Release v0.7.0 - 100 rules! (#148) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5eb0bb..92bd66a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ohcrab" -version = "0.6.3" +version = "0.7.0" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 0c5dcd9..f53a4ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohcrab" -version = "0.6.3" +version = "0.7.0" edition = "2021" description = "Fix your command line magically" authors = ["Luiz Otavio Vilas Boas Oliveira "] diff --git a/README.md b/README.md index 98ac4c0..168ef65 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ new rules or improving the crate. - [x] git_merge - [x] git_not_command - [x] git_pull +- [x] git_pull_clone - [x] git_push - [x] git_rebase_merge_dir - [x] go_run @@ -284,7 +285,6 @@ new rules or improving the crate. - [ ] git_hook_bypass - [ ] git_lfs_mistype - [ ] git_merge_unrelated -- [ ] git_pull_clone - [ ] git_pull_uncommitted_changes - [ ] git_push_different_branch_names - [ ] git_push_force