Skip to content

Commit 859fcc8

Browse files
committed
Generate changelog for version 0.19.1
1 parent 4f55903 commit 859fcc8

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.19.1] - 2026-01-21
8+
9+
### 🐛 Bug Fixes
10+
11+
- Server exec
12+
713
## [0.19.0] - 2026-01-20
814

915
### 🚀 Features

plugins/fujin-secrets-1password/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-1password"
7-
version = "0.19.0"
7+
version = "0.19.1"
88
description = "1Password secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19",
23+
"fujin-cli>=0.19.1",
2424
"python-dotenv>=1.0.1",
2525
]
2626

plugins/fujin-secrets-bitwarden/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-bitwarden"
7-
version = "0.19.0"
7+
version = "0.19.1"
88
description = "Bitwarden secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19",
23+
"fujin-cli>=0.19.1",
2424
"python-dotenv>=1.0.1",
2525
]
2626

plugins/fujin-secrets-doppler/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "uv-build>=0.9.18,<0.10" ]
44

55
[project]
66
name = "fujin-secrets-doppler"
7-
version = "0.19.0"
7+
version = "0.19.1"
88
description = "Doppler secret adapter for Fujin"
99
readme = "README.md"
1010
authors = [
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
]
2222
dependencies = [
23-
"fujin-cli>=0.19",
23+
"fujin-cli>=0.19.1",
2424
"python-dotenv>=1.0.1",
2525
]
2626

0 commit comments

Comments
 (0)