chore: Bump ver

This commit is contained in:
Sahaj Jain 2025-03-20 16:10:17 +05:30
parent 6c0be23fe6
commit 15be4506bf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -560,7 +560,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]] [[package]]
name = "lumen" name = "lumen"
version = "1.8.0" version = "1.9.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "lumen" name = "lumen"
version = "1.8.0" version = "1.9.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "lumen is a command-line tool that uses AI to generate commit messages, summarise git diffs or past commits, and more without requiring an API key." description = "lumen is a command-line tool that uses AI to generate commit messages, summarise git diffs or past commits, and more without requiring an API key."