Skip to content

Commit

Permalink
2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Feb 16, 2024
1 parent 3665d6b commit 4e3169f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

# 2.9.6

## Fixed

* `hootbin` is optional dep. Tests must be run with feature `testdeps` (#729)
* Exclude script files from cargo package (#728)

# 2.9.5

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.9.5"
version = "2.9.6"
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4e3169f

Please sign in to comment.