Skip to content

Commit 08176dd

Browse files
committed
Generate changelog for version 0.18.0
1 parent 25b9793 commit 08176dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [unreleased]
7+
## [0.18.0] - 2026-01-18
88

99
### 🚀 Features
1010

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

0 commit comments

Comments
 (0)