Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 3aeed60 commit 9ec588a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sopsy"
version = "1.0.0"
version = "1.0.1"
description = "SOPS Python wrapper library"
authors = [{ name = "Nicolas Karolak", email = "nicolas@karolak.fr" }]
dependencies = ["pyyaml>=6.0.1"]
Expand Down

0 comments on commit 9ec588a

Please sign in to comment.