Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 10, 2022
1 parent 275c79d commit 86cc8e9
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.15.0 (2022-06-10)
### Feature
* Provide schema functions tailored for testing ([`275c79d`](https://github.com/kalekundert/parametrize_from_file/commit/275c79d3cfea5951aff624b0a8300fc65d875936))

## v0.14.0 (2022-04-18)
### Feature
* Allow loaders to be overridden locally ([`466fa31`](https://github.com/kalekundert/parametrize_from_file/commit/466fa31075427da63cb2f16529dbebde6c285d18))
Expand Down
2 changes: 1 addition & 1 deletion parametrize_from_file/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_my_func(given, expected, env):
from .loaders import add_loader, drop_loader
from .errors import ConfigError

__version__ = '0.14.0'
__version__ = '0.15.0'

for obj in [parametrize, fixture, Namespace, star, defaults, cast, error, error_or, add_loader, drop_loader, load_parameters, ConfigError]:
obj.__module__ = 'parametrize_from_file'
Expand Down

0 comments on commit 86cc8e9

Please sign in to comment.