Skip to content

Commit

Permalink
Bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Nov 11, 2024
1 parent 6d0e9b6 commit c28d50d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v1.14.0"></a>
# [Sunset (v1.14.0)](https://github.com/vi/websocat/releases/tag/v1.14.0) - 11 Nov 2024

* Attempt to priorize ping requests and replies over normal traffic
* More options to supply password for basic auth: `--basic-auth-file` and `WEBSOCAT_BASIC_AUTH`
* `drop_on_backpressure:` overlay
* `--ua` shortcut for `-H User-Agent:`
* SOCKS5 authentication

<a name="v1.13.0"></a>
# [Happy eyeballs (v1.13.0)](https://github.com/vi/websocat/releases/tag/v1.13.0) - 31 Mar 2024

Expand Down
10 changes: 5 additions & 5 deletions 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 = "websocat"
version = "1.13.0"
version = "1.14.0"
authors = ["Vitaly \"_Vi\" Shukela <[email protected]>"]
license = "MIT"
repository = "https://github.com/vi/websocat"
Expand Down

0 comments on commit c28d50d

Please sign in to comment.