Skip to content

Commit

Permalink
Bump to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejakopovic committed Dec 6, 2022
1 parent a8eaf55 commit cc09abd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.2
* Switched from threads back to async
* Increased --connect-timeout default to 10 seconds
* General code improvements

## v0.3.1
* Added --stream flag
* Added --connect-timeout option
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.1"
version = "0.3.2"
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.1")
.version("0.3.2")
.author("Blake Jakopovic")
.arg_required_else_help(true)
.arg(
Expand Down

0 comments on commit cc09abd

Please sign in to comment.