Skip to content

Commit 5b8a0a8

Browse files
Release 0.9.1 (#304)
Release 0.9.1 Update the changelog and the specfile for release 0.9.1. Reviewed-by: Matej Focko
2 parents 0bb9b84 + 8c30f98 commit 5b8a0a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.9.1
2+
3+
- Adjusted `requre-purge` to not replace GitHub tokens with dummy token that
4+
still looks like a legit one and also case-sensitiveness on the cookies from
5+
Pagure.
6+
17
# 0.9.0
28

39
- Supports recording of the requests done by `httpx` via `record_httpx()` and `recording_httpx()` decorators. (#297)

fedora/python-requre.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output to functions.}
55

66

77
Name: python-requre
8-
Version: 0.9.0
8+
Version: 0.9.1
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 Mar 21 2025 Packit Team <[email protected]> - 0.9.1-1
61+
- New upstream release 0.9.1
62+
6063
* Fri Feb 14 2025 Matej Focko <[email protected]> - 0.9.0-1
6164
- New upstream release 0.9.0
6265

0 commit comments

Comments
 (0)