Skip to content

Commit

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

0 comments on commit dab97f1

Please sign in to comment.