Skip to content

Commit

Permalink
bump version to v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Oct 21, 2023
1 parent 92e46e0 commit c45cc0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [0.19.1] - 2023-10-09
## [0.19.2] - 2023-10-21
### Features
- Add `--interface` for binding to a local IP address or interface, see #307 (@ducaale)
- Translate `--raw` flag when using `--curl`, see #308 (@ducaale)
- Support duplicate header keys in session files, see #313 (@ducaale)
- Support persisting cookies from multiple domains #314 (@ducaale)
- Support persisting cookies from multiple domains, see #314 (@ducaale)
- Control output formatting (JSON indent-level, header sorting, etc)
via `--format-options`, see #318 (@Bnyro) and #319 (@ducaale)

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 = "xh"
version = "0.19.1"
version = "0.19.2"
authors = ["ducaale <[email protected]>"]
edition = "2021"
rust-version = "1.64.0"
Expand Down
2 changes: 1 addition & 1 deletion doc/xh.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH XH 1 2023-10-09 0.19.1 "User Commands"
.TH XH 1 2023-10-21 0.19.2 "User Commands"

.SH NAME
xh \- Friendly and fast tool for sending HTTP requests
Expand Down

0 comments on commit c45cc0b

Please sign in to comment.