Skip to content

Commit

Permalink
bump to version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Apr 2, 2024
1 parent 3c0b230 commit 51f13dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
Release History
===============

4.0.4 (2023-04-02)
------------------

### Improvements

- `BodyOfTheLastResponse` is now subscriptable, sliceable, and indexable! Combine that with its short alias `Body`, and you can very easily get at that content like `Body["access_token"]` or `Body["projects"][3]["start_datetime"][:4]`. Concise!

### Development Niceties

- We're now using [cruft](https://cruft.github.io/cruft/)! This should help us keep all these plugin repos in sync. (thanks @bandophahita!)
- Screenpy Requests has been [ruff](https://docs.astral.sh/ruff/)'d up a bit. (thanks @bandophahita!)
- Added tests for copyright updates! (thanks @bandophahita!)


4.0.3 (2023-02-03)
------------------

### Improvements

- An update that was left uncommitted late last night - the `aside`s which log the full headers and request payloads are now logged with `AIRY` gravitas, which corresponds to `DEBUG` in the default adapter. Should leave less-noisy logs!


4.0.2 (2023-02-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ split-on-trailing-comma = false

[tool.poetry]
name = "screenpy_requests"
version = "4.0.3"
version = "4.0.4"
description = "ScreenPy extension to enable interacting with Requests."
authors = ["Perry Goy <perry.goy@gmail.com>"]
maintainers = ["Marcel Wilson"]
Expand Down

0 comments on commit 51f13dd

Please sign in to comment.