diff --git a/CHANGELOG.md b/CHANGELOG.md index d08a2a77..94bc7350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # Changelog -## [1.33.0](https://github.com/jdx/fnox/compare/v1.32.0..v1.33.0) - 2026-08-08 +## [1.33.1](https://github.com/jdx/fnox/compare/v1.33.0..v1.33.1) - 2026-08-13 + +### 🐛 Bug Fixes + +- **(set)** preserve existing remote key name by [@jdx](https://github.com/jdx) in [#712](https://github.com/jdx/fnox/pull/712) + +### 🛡️ Security + +- **(deps)** update dependency @anthropic-ai/claude-code to v2.1.221 by [@renovate[bot]](https://github.com/renovate[bot]) in [#705](https://github.com/jdx/fnox/pull/705) + +### 📦️ Dependency Updates + +- simplify cargo version requirements by [@jdx](https://github.com/jdx) in [#694](https://github.com/jdx/fnox/pull/694) +- update rust crate usage-lib to v5.1.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#695](https://github.com/jdx/fnox/pull/695) +- update rust crate google-cloud-secretmanager-v1 to v1.12.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#706](https://github.com/jdx/fnox/pull/706) +- update jdx/mise-action action to v4.2.4 by [@renovate[bot]](https://github.com/renovate[bot]) in [#697](https://github.com/jdx/fnox/pull/697) +- update rust crate aho-corasick to v1.1.5 by [@renovate[bot]](https://github.com/renovate[bot]) in [#698](https://github.com/jdx/fnox/pull/698) +- update rust crate data-encoding to v2.11.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#700](https://github.com/jdx/fnox/pull/700) +- update rust crate clap to v4.6.5 by [@renovate[bot]](https://github.com/renovate[bot]) in [#699](https://github.com/jdx/fnox/pull/699) +- update rust crate ignore to v0.4.32 by [@renovate[bot]](https://github.com/renovate[bot]) in [#701](https://github.com/jdx/fnox/pull/701) +- update rust crate keepass to v0.13.20 by [@renovate[bot]](https://github.com/renovate[bot]) in [#702](https://github.com/jdx/fnox/pull/702) +- update zizmorcore/zizmor-action action to v0.6.2 by [@renovate[bot]](https://github.com/renovate[bot]) in [#704](https://github.com/jdx/fnox/pull/704) +- update rust crate rustls to v0.23.43 by [@renovate[bot]](https://github.com/renovate[bot]) in [#703](https://github.com/jdx/fnox/pull/703) +- update rust crate base64 to v0.23.1 by [@renovate[bot]](https://github.com/renovate[bot]) in [#707](https://github.com/jdx/fnox/pull/707) +- update rust crate globset to v0.4.20 by [@renovate[bot]](https://github.com/renovate[bot]) in [#708](https://github.com/jdx/fnox/pull/708) +- update dependency @anthropic-ai/claude-code to v2.1.222 by [@renovate[bot]](https://github.com/renovate[bot]) in [#710](https://github.com/jdx/fnox/pull/710) +- update rust crate ignore to v0.4.33 by [@renovate[bot]](https://github.com/renovate[bot]) in [#709](https://github.com/jdx/fnox/pull/709) + +## [1.33.0](https://github.com/jdx/fnox/compare/v1.32.0..v1.33.0) - 2026-08-09 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index c278e514..da96e565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2386,7 +2386,7 @@ dependencies = [ [[package]] name = "fnox" -version = "1.33.0" +version = "1.33.1" dependencies = [ "aho-corasick", "anyhow", @@ -2438,7 +2438,7 @@ dependencies = [ [[package]] name = "fnox-core" -version = "1.33.0" +version = "1.33.1" dependencies = [ "aes-gcm 0.11.0", "age", diff --git a/Cargo.toml b/Cargo.toml index 565b82a6..45e392c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "crates/fnox-core"] resolver = "3" [workspace.package] -version = "1.33.0" +version = "1.33.1" edition = "2024" authors = ["@jdx"] license = "MIT" diff --git a/docs/cli/commands.json b/docs/cli/commands.json index 8c79319e..3d1a4566 100644 --- a/docs/cli/commands.json +++ b/docs/cli/commands.json @@ -1832,7 +1832,7 @@ "config": { "props": {} }, - "version": "1.33.0", + "version": "1.33.1", "usage": "Usage: fnox [OPTIONS] ", "complete": { "key": { diff --git a/docs/cli/index.md b/docs/cli/index.md index 19849b90..761e755a 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -4,7 +4,7 @@ **Usage**: `fnox [FLAGS] ` -**Version**: 1.33.0 +**Version**: 1.33.1 - **Usage**: `fnox [FLAGS] ` diff --git a/fnox.usage.kdl b/fnox.usage.kdl index 756236d6..1fcc6d4a 100644 --- a/fnox.usage.kdl +++ b/fnox.usage.kdl @@ -1,7 +1,7 @@ min_usage_version "1.3" name fnox bin fnox -version "1.33.0" +version "1.33.1" about "A flexible secret management tool by @jdx" usage "Usage: fnox [OPTIONS] " flag "-c --config" help="Path to the configuration file (default: fnox.toml, searches parent directories)" global=#true default=fnox.toml {