From f76a099c9bc9b13817b3908892432e9ef22e7905 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Jun 2023 20:58:36 +0000 Subject: [PATCH] 0.17.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ parametrize_from_file/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb30047..b72d02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 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)) diff --git a/parametrize_from_file/__init__.py b/parametrize_from_file/__init__.py index 55d387f..b792dc5 100644 --- a/parametrize_from_file/__init__.py +++ b/parametrize_from_file/__init__.py @@ -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'