Skip to content

Commit dc5d100

Browse files
Bump to 3.3.0
1 parent 17fa45b commit dc5d100

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# v3.3.0 Convert backends to be fully generic (2026-03-28)
4+
5+
# 3.2.0 Added support for default document merge-down, allowing users to define an is_defaults: true section at the top of a Tavern YAML file to automatically merge configuration into subsequent tests within the same file. (2026-02-18)
6+
37
# 3.1.0 graphql support (2026-01-10)
48

59
## 3.0.2 fix pytest 9 warning (2025-11-21)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["testing", "pytest"]
2121

2222
name = "tavern"
2323
description = "Simple testing of RESTful APIs"
24-
version = "3.2.0"
24+
version = "3.3.0"
2525

2626
dependencies = [
2727
"PyYAML>=6.0.1,<7",
@@ -215,7 +215,7 @@ exclude = ["*_pb2.py", "*_pb2_grpc.py", "*_pb2.pyi"]
215215
docstring-code-format = true
216216

217217
[tool.tbump.version]
218-
current = "3.2.0"
218+
current = "3.3.0"
219219

220220
regex = '''
221221
(?P<major>\d+)

tavern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Stop pytest warning about module already imported: PYTEST_DONT_REWRITE"""
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.3.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)