Changelog
1.1.0 (2024-11-18)
Feat
- allow sops binary path customization (#75)
1.0.1 (2024-10-11)
Fix
- do not fail on default config file absence
- use json lib to parse json content
1.0.0 (2024-09-07)
Feat
- allow to pass config as a python dict
Refactor
- do not pass default output type
- require pyyaml dependency
0.2.4 (2024-09-01)
Fix
- typing: allow to pass Path objects
0.2.3 (2023-12-15)
Fix
- typing: allow dict for the get method
0.2.2 (2023-12-14)
Fix
- compat: make compatible down to python 3.8
0.2.1 (2023-12-13)
Fix
- vary return type based on passed arg
0.2.0 (2023-11-30)
Feat
- add shortcut function
get
0.1.3 (2023-11-23)
Fix
- add context for SopsyUnparsableOutpoutTypeError
0.1.2 (2023-11-22)
Fix
0.1.1 (2023-11-22)
Refactor
0.1.0 (2023-11-22)
Feat