Skip to content

Commit cd5b516

Browse files
committed
chore: release
Signed-off-by: Matej Focko <[email protected]>
1 parent a010261 commit cd5b516

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.0
2+
3+
- Supports recording of the requests done by `httpx` via `record_httpx()` and `recording_httpx()` decorators. (#297)
4+
15
# 0.8.6
26

37
- Trigger a new release to fix the PyPI upload action.

fedora/python-requre.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output to functions.}
55

66

77
Name: python-requre
8-
Version: 0.8.6
8+
Version: 0.9.0
99
Release: 1%{?dist}
1010
Summary: Python library that allows re/store output of various objects for testing
1111

@@ -57,6 +57,9 @@ Summary: %{summary}
5757

5858

5959
%changelog
60+
* Fri Feb 14 2025 Matej Focko <[email protected]> - 0.9.0-1
61+
- New upstream release 0.9.0
62+
6063
* Mon Feb 10 2025 Packit Team <[email protected]> - 0.8.6-1
6164
- New upstream release 0.8.6
6265

0 commit comments

Comments
 (0)