Skip to content

Commit

Permalink
Add missing __init__.py for fernet package
Browse files Browse the repository at this point in the history
  • Loading branch information
littleK0i committed Jul 15, 2024
1 parent 116727d commit 53b85c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.30.1] - 2024-07-15

- Add missing `__init__.py` to `fernet` package. Make sure this package is included by `find:` during build process.

## [0.30.0] - 2024-07-14

- Introduced built-in Fernet encryption for values in YAML configs, which is mostly useful for user passwords and various secrets.
Expand Down
Empty file added snowddl/fernet/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion snowddl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.30.0"
__version__ = "0.30.1"

0 comments on commit 53b85c9

Please sign in to comment.