summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-06-30 23:26:09 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-06-30 23:26:09 +0100
commit0f7fb922870d90a8d25aa1fc0e96ec700ab19096 (patch)
tree26567c756120f44a87fc14f7e5eb094e341a9e92
parentd2cc03d3bb969c6d2ed57a443e17218a26cf7292 (diff)
downloadviewercount-0.1.2.tar.gz
viewercount-0.1.2.tar.bz2
viewercount-0.1.2.zip
Bump to v0.1.2v0.1.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md8
3 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8a20f7d..69ca039 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1747,7 +1747,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "viewercount"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index a21aae2..0dfcd6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "viewercount"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"]
description = "Updates nostr Live Events with the number of HLS connections"
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 5da17e2..5182269 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,12 @@
+0.1.2 (2024-06-30)
+------------------
+* Fixed updating old version of replaceable events
+* Improved logging
+* Better handling of unsupported platforms
+
0.1.1 (2024-06-29)
------------------
-* Fix issue of count always being 1
+* Fixed issue of count always being 1
0.1.0 (2024-06-28)
------------------