From 05d32d2814fd2dfc2ecf7903a33b37297f8b2d80 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 13:52:49 +0200 Subject: [PATCH] feat: update package version to 1.0.0 and add authors field in Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a12b06d..63d9468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "codebase-to-prompt" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3e18da0..c4132d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "codebase-to-prompt" -version = "0.1.0" +version = "1.0.0" edition = "2024" +authors = ["Gabriel Kaszewski "] [dependencies] anyhow = "1.0.99"