diff --git a/CHANGELOG.md b/CHANGELOG.md index 292fe8d..e76ba21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ Changelog +## v0.1.5 (2022-10-06) +### Fix +* [CHORE:robot:] Update Changelog Setting ([`1fa2c1e`](https://github.com/cowofevil/pytest-flask-ligand/commit/1fa2c1e036f205818618d1a8e8b04f6c02e11dcd)) + +### Other +* Update mypy requirement from ~=0.971 to ~=0.982 ([`dbd9a3b`](https://github.com/cowofevil/pytest-flask-ligand/commit/dbd9a3bd1cc9e3c429d67480498b971a67e295b3)) +* Update pytest-mock requirement from ~=3.8 to ~=3.10 ([`810f6de`](https://github.com/cowofevil/pytest-flask-ligand/commit/810f6de11eeed3b8dc951350cd091a9757457375)) +* Update coverage[toml] requirement from ~=6.4 to ~=6.5 ([`60969cc`](https://github.com/cowofevil/pytest-flask-ligand/commit/60969ccd43a879f52cb2cdf5d1ed06781acd3227)) +* Update pytest-cov requirement from ~=3.0 to ~=4.0 ([`d0b2282`](https://github.com/cowofevil/pytest-flask-ligand/commit/d0b2282d4a89e06471a83b42378d1decbfbb1b8d)) +* Update types-setuptools requirement from ~=65.3 to ~=65.4 ([`1888695`](https://github.com/cowofevil/pytest-flask-ligand/commit/1888695a793b5ebdfc59a70dec6c104427a2dfd5)) +* [pre-commit.ci] pre-commit autoupdate ([`0cd2cb4`](https://github.com/cowofevil/pytest-flask-ligand/commit/0cd2cb4f8573afba9b2aad43e5e95b5be1848171)) +* Update python-semantic-release requirement from ~=7.31 to ~=7.32 ([`56af80f`](https://github.com/cowofevil/pytest-flask-ligand/commit/56af80f2a6e9254ac653f93765651c67f799f3b5)) +* Update tox requirement from ~=3.25 to ~=3.26 ([`391e3ad`](https://github.com/cowofevil/pytest-flask-ligand/commit/391e3ade31127146960f67622aca8d40d25bca28)) +* Update types-setuptools requirement from ~=63.4 to ~=65.3 ([`0499719`](https://github.com/cowofevil/pytest-flask-ligand/commit/04997195efaafd1c675fc250114cbb01416e4be5)) +* Update black requirement from ~=22.6 to ~=22.8 ([`daa61d0`](https://github.com/cowofevil/pytest-flask-ligand/commit/daa61d0bc82ae91b6d2f6cca41639ac2b8767daa)) +* Update ipython requirement from ~=8.4 to ~=8.5 ([`4ae0ea9`](https://github.com/cowofevil/pytest-flask-ligand/commit/4ae0ea913893dedfadb989a8f476eed28e2e7271)) +* Update pygments requirement from ~=2.12 to ~=2.13 ([`ce181ed`](https://github.com/cowofevil/pytest-flask-ligand/commit/ce181ed7aefed7c5e7e57247d836e3ee20840668)) +* [CHORE] Merge Coverage and Mypy Configuration into Pyproject ([`143d4db`](https://github.com/cowofevil/pytest-flask-ligand/commit/143d4db49401df8b585a1e6838e32296caabc9c3)) + ## v0.1.4 (2022-08-18) ### :robot: * [FIX:robot:] Update Flask ([`345b043`](https://github.com/cowofevil/pytest-flask-ligand/commit/345b0439e90ddc49e93e21361fd260c990300efd)) diff --git a/pytest_flask_ligand/__init__.py b/pytest_flask_ligand/__init__.py index e67eebe..a3e4873 100644 --- a/pytest_flask_ligand/__init__.py +++ b/pytest_flask_ligand/__init__.py @@ -24,7 +24,7 @@ # ====================================================================================================================== # Globals # ====================================================================================================================== -__version__ = "0.1.4" +__version__ = "0.1.5" DUMMY_ID = str(uuid.UUID("00000000-0000-0000-0000-000000000000")) DUMMY_ETAG = "0000000000000000000000000000000000000000" USER_ID = DUMMY_ID diff --git a/setup.cfg b/setup.cfg index 251cf0c..0f45161 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-flask-ligand -version = 0.1.4 +version = 0.1.5 summary = Pytest fixtures and helper functions to use for testing flask-ligand microservices. description_file = README.rst author = Ryan Gard