Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
Removed
- Dropped all deprecated APIs and models, see `0.15.0` Changed section. (PR #105)

Added
- Added support for content, data and json patterns. (PR #106)
- Automatic pattern registration when subclassing Pattern. (PR #108)

Fixed
- Multiple snapshots to support nested mock routers. (PR #107)
  • Loading branch information
lundberg committed Nov 13, 2020
1 parent 117537f commit 51327db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.0] - 2020-11-13
One year since first release, yay!

### Removed
- Dropped all deprecated APIs and models, see `0.15.0` Changed section. (PR #105)

### Added
- Added support for content, data and json patterns. (PR #106)
- Automatic pattern registration when subclassing Pattern. (PR #108)

### Fixed
- Multiple snapshots to support nested mock routers. (PR #107)

## [0.15.1] - 2020-11-10
### Added
- Snapshot routes and mocks when starting router, rollback when stopping. (PR #102)
Expand Down
2 changes: 1 addition & 1 deletion respx/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.1"
__version__ = "0.16.0"

0 comments on commit 51327db

Please sign in to comment.