Skip to content

Commit cc09abd

Browse files
Bump to v0.3.2
1 parent a8eaf55 commit cc09abd

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.2
4+
* Switched from threads back to async
5+
* Increased --connect-timeout default to 10 seconds
6+
* General code improvements
7+
38
## v0.3.1
49
* Added --stream flag
510
* Added --connect-timeout option

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nostcat"
33
description = "Websocket client for nostr relay scripting"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
edition = "2021"
66
repository = "https://github.com/blakejakopovic/nostcat"
77
license-file = "LICENSE.txt"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl Response {
3030
pub fn cli() -> Command {
3131
Command::new("nostcat")
3232
.about("Websocket client for nostr relay scripting")
33-
.version("0.3.1")
33+
.version("0.3.2")
3434
.author("Blake Jakopovic")
3535
.arg_required_else_help(true)
3636
.arg(

0 commit comments

Comments
 (0)