From 7cc49cbf088e4d5c8e742f304846d5145db875f6 Mon Sep 17 00:00:00 2001 From: soorya-u <100910996+soorya-u@users.noreply.github.com> Date: Tue, 26 May 2026 16:31:04 +0000 Subject: [PATCH] chore: release v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c012eb3..a8c0bd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "dotagents" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3238b8e..13d7be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotagents" -version = "0.1.1" +version = "0.1.2" authors = ["Soorya U "] description = "An agent configuration manager and templater written in rust" repository = "https://github.com/soorya-u/dotagents"