From 24283f30f24bef1747ec39a6c15cb542f3e991f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:57:53 +0000 Subject: [PATCH] chore(release): 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- butter_cms/version.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b88671..02751ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c47c5..a8b6843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.2.0](https://github.com/ButterCMS/buttercms-python/compare/v2.1.1...v2.2.0) (2024-06-19) + + +### Features + +* add fixtures for tests ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* block outgoing http traffic in tests ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* implement tests ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* update requirements.txt to include vcrpy ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* update tests ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) + + +### Bug Fixes + +* move tests to seperate from main module ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* rename test variables ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* review fixes ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* review fixes ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) +* update test command in CI/CD ([01838ec](https://github.com/ButterCMS/buttercms-python/commit/01838ecd111aeea1f40dd1d205c2901499ad543a)) + ## [2.1.1](https://github.com/ButterCMS/buttercms-python/compare/v2.1.0...v2.1.1) (2024-05-07) diff --git a/README.md b/README.md index 6b901d8..25a671e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# buttercms-python - 2.1.1 +# buttercms-python - 2.2.0 [![PyPI version](https://badge.fury.io/py/buttercms-python.svg)](https://badge.fury.io/py/buttercms-python) [![TestPyPI version](https://img.shields.io/pypi/v/buttercms-python?label=TestPyPI)](https://test.pypi.org/project/buttercms-python/) diff --git a/butter_cms/version.py b/butter_cms/version.py index 55fa725..04188a1 100644 --- a/butter_cms/version.py +++ b/butter_cms/version.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.2.0'