diff --git a/Cargo.lock b/Cargo.lock index 661b4f6..e207f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "git-iris" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 603a0f6..3998998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-iris" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Stefanie Jane "] description = "AI-assisted Git workflow"