Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.2.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# buttercms-python - 2.1.1 <!-- {x-release-please-version} -->
# buttercms-python - 2.2.0 <!-- {x-release-please-version} -->

[![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/)
Expand Down
2 changes: 1 addition & 1 deletion butter_cms/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '2.2.0'