Skip to content

Commit a9fc4e7

Browse files
authored
chore: release v1.5.1 (#98)
1 parent 29a159f commit a9fc4e7

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/jdx/fnox/compare/v1.5.0..v1.5.1) - 2025-11-18
4+
5+
### 🐛 Bug Fixes
6+
7+
- **(ci)** configure dbus dependencies for cross-compilation by [@jdx](https://github.com/jdx) in [#97](https://github.com/jdx/fnox/pull/97)
8+
39
## [1.5.0](https://github.com/jdx/fnox/compare/v1.4.0..v1.5.0) - 2025-11-18
410

511
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnox"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2024"
55
authors = ["@jdx"]
66
description = "A flexible secret management tool supporting multiple providers and encryption methods"

docs/cli/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@
972972
"config": {
973973
"props": {}
974974
},
975-
"version": "1.5.0",
975+
"version": "1.5.1",
976976
"usage": "Usage: fnox [OPTIONS] <COMMAND>",
977977
"complete": {
978978
"key": {

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
**Version**: 1.5.0
7+
**Version**: 1.5.1
88

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

fnox.usage.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
min_usage_version "1.3"
22
name fnox
33
bin fnox
4-
version "1.5.0"
4+
version "1.5.1"
55
about "A flexible secret management tool by @jdx"
66
usage "Usage: fnox [OPTIONS] <COMMAND>"
77
flag "-c --config" help="Path to the configuration file (default: fnox.toml, searches parent directories)" global=#true {

0 commit comments

Comments
 (0)