Skip to content

Commit

Permalink
Bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejakopovic committed Dec 2, 2022
1 parent 87053e9 commit ee5d473
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,12 +1,12 @@
# Changelog

## v0.3.1-Beta
## v0.3.1
* Added --stream flag
* Added --connect-timeout option
* Added multi-line stdin support
* Added support for piping server to server
* Added websocket PONG response
* Added default one second connection timeout (non-streaming)
* Added default one second connection timeout (non-streaming) (Thanks @jb55)
* Updated app description
* Migrate from async to threads
* Refactored main.rs + lib.rs
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,7 +1,7 @@
[package]
name = "nostcat"
description = "Websocket client for nostr relay scripting"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/blakejakopovic/nostcat"
license-file = "LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Response {
pub fn cli() -> Command {
Command::new("nostcat")
.about("Websocket client for nostr relay scripting")
.version("0.3.0")
.version("0.3.1")
.author("Blake Jakopovic")
.arg_required_else_help(true)
.arg(
Expand Down

0 comments on commit ee5d473

Please sign in to comment.