Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@
"config": {
"props": {}
},
"version": "1.33.0",
"version": "1.33.1",
"usage": "Usage: fnox [OPTIONS] <COMMAND>",
"complete": {
"key": {
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Usage**: `fnox [FLAGS] <SUBCOMMAND>`

**Version**: 1.33.0
**Version**: 1.33.1

- **Usage**: `fnox [FLAGS] <SUBCOMMAND>`

Expand Down
2 changes: 1 addition & 1 deletion fnox.usage.kdl
Original file line number Diff line number Diff line change
@@ -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] <COMMAND>"
flag "-c --config" help="Path to the configuration file (default: fnox.toml, searches parent directories)" global=#true default=fnox.toml {
Expand Down
Loading