Skip to content
Merged
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 +1 @@
{".":"1.0.1"}
{".":"2.0.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0](https://github.com/angryfoxx/httpx2-pytest/compare/v1.0.1...v2.0.0) (2026-09-04)


### ⚠ BREAKING CHANGES

* the legacy httpx_mock fixture is removed to enable running this plugin alongside pytest-httpx

### Added

* drop the legacy httpx_mock fixture ([#52](https://github.com/angryfoxx/httpx2-pytest/issues/52)) ([a093d79](https://github.com/angryfoxx/httpx2-pytest/commit/a093d79110e3ba155349049ce2c418f572f42d34))

## [1.0.1](https://github.com/angryfoxx/httpx2-pytest/compare/v1.0.0...v1.0.1) (2026-05-22)


Expand Down
2 changes: 1 addition & 1 deletion pytest_httpx2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0)
# Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0)
# Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
__version__ = "1.0.1" # x-release-please-version
__version__ = "2.0.0" # x-release-please-version