Skip to content

Commit

Permalink
0.17.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 22, 2023
1 parent 3a92dbf commit f76a099
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
Expand Up @@ -2,6 +2,17 @@

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

## v0.17.1 (2023-06-22)

### Fix

* Improve error messages ([`3a92dbf`](https://github.com/kalekundert/parametrize_from_file/commit/3a92dbf7fca3fbecac3b425ab3574df3d9983356))

### Documentation

* Fix documentation link ([`da99cc5`](https://github.com/kalekundert/parametrize_from_file/commit/da99cc545f55b5e0201baa9771c4f5368015250f))
* Fix CI badge ([`a47c0c1`](https://github.com/kalekundert/parametrize_from_file/commit/a47c0c11d63a80aacb235302961d8374f75ae516))

## v0.17.0 (2022-08-23)
### Feature
* Allow multiple cast functions for each field ([`c026e8b`](https://github.com/kalekundert/parametrize_from_file/commit/c026e8b9989a9c67c6c45f70a3427207e43d83c0))
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.17.0'
__version__ = '0.17.1'

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 f76a099

Please sign in to comment.