Skip to content

Commit 91c8050

Browse files
committed
Generate changelog for version 0.20.4
1 parent da53548 commit 91c8050

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.20.4] - 2026-02-01
8+
9+
### 🐛 Bug Fixes
10+
11+
- Fallback on put when rsync unavailable
12+
713
## [0.20.3] - 2026-02-01
814

915
### 🐛 Bug Fixes

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.20.3"
7+
version = "0.20.4"
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.20.3",
23+
"fujin-cli>=0.20.4",
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.20.3"
7+
version = "0.20.4"
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.20.3",
23+
"fujin-cli>=0.20.4",
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.20.3"
7+
version = "0.20.4"
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.20.3",
23+
"fujin-cli>=0.20.4",
2424
"python-dotenv>=1.0.1",
2525
]
2626

0 commit comments

Comments
 (0)