Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Nov 7, 2023
1 parent cac55c1 commit cff21ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: Testing and documenting code that communicates with remote servers
test fixtures. The ability to save responses and load them offline also
enables writing vignettes and other dynamic documents that can be
distributed without access to a live server.
Version: 0.1.0.9000
Version: 1.0.0
Authors@R: c(
person("Neal", "Richardson", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0009-0002-7992-3520")),
person("Jonathan", "Keane", role="ctb", email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# httptest2 0.1.0.9000
# httptest2 1.0.0

* `capture_requests()` can be used without loading `library(httptest2)` (#22, @kforner)
* `gsub_response()` safely redacts responses with an empty body (#28)
Expand Down

0 comments on commit cff21ee

Please sign in to comment.