From a50128649caa39f1e1e1ab82279260f8fd3aeff3 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 12 Sep 2025 19:45:55 -0600 Subject: [PATCH] docs: prep for release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85d867..7c55828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] - 2025-09-10 +## [0.0.1] - 2025-09-10 ### Other - Initial test release of the `gman` project. diff --git a/Cargo.lock b/Cargo.lock index 59d59d6..23f6e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,7 +1576,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "gman" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 3705c1e..7eda2ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gman" -version = "0.1.0" +version = "0.0.1" edition = "2024" authors = ["Alex Clarke "] description = "Universal secret management and injection tool" @@ -52,7 +52,9 @@ tokio = { version = "1.47.1", features = ["full"] } aws-config = { version = "1.8.6", features = ["behavior-version-latest"] } async-trait = "0.1.89" futures = "0.3.31" -gcloud-sdk = { version = "0.28.1", features = ["google-cloud-secretmanager-v1"] } +gcloud-sdk = { version = "0.28.1", features = [ + "google-cloud-secretmanager-v1", +] } crc32c = "0.6.8" azure_identity = "0.27.0" azure_security_keyvault_secrets = "0.6.0"