Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 28, 2024
1 parent d16057d commit c3cdb78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.2.1 (2024-07-28)

### Fix

* fix: config_file decorator creates config related to the script directory, not in current directory ([`d16057d`](https://github.com/umanamente/py-configmodel/commit/d16057d1713dfb3003c9a01302ae070e9be38236))

## v0.2.0 (2024-07-27)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from setuptools import setup

__version__ = "0.2.0"
__version__ = "0.2.1"


if __name__ == "__main__":
Expand Down

0 comments on commit c3cdb78

Please sign in to comment.