From 7bc4b59d85c5665e4fb63564e2f3ade5d4a618d9 Mon Sep 17 00:00:00 2001 From: soorya-u <100910996+soorya-u@users.noreply.github.com> Date: Tue, 26 May 2026 09:45:39 +0000 Subject: [PATCH] chore: release v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0792c0..c8a8253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "dotagents" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index bbf3b66..bfcc6ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotagents" -version = "0.1.0" +version = "0.1.1" authors = ["Soorya U "] description = "An agent configuration manager and templater written in rust" repository = "https://github.com/soorya-u/dotagents"