We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcc31c commit 1016437Copy full SHA for 1016437
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.1.0 (2024-11-18)
2
+
3
+### Feat
4
5
+- allow sops binary path customization (#75)
6
7
## 1.0.1 (2024-10-11)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sopsy"
-version = "1.0.1"
+version = "1.1.0"
description = "SOPS Python wrapper library"
authors = [{ name = "Nicolas Karolak", email = "[email protected]" }]
dependencies = ["pyyaml>=6.0.1"]
0 commit comments