From 34531400f0a54a105e3aee1279ecdf3ba3298866 Mon Sep 17 00:00:00 2001 From: glyph Date: Sat, 26 Feb 2022 14:27:39 +0200 Subject: [PATCH] add changelog and bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dd54448 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.1.1 + +_26 February 2022_ + + - [PR #32](https://git.coopcloud.tech/golgi-ssb/golgi/pulls/32): Fix two filter-related bugs which resulted in `get_about_message_stream(ssb_id)` returning **all** messages authored by `ssb_id`. diff --git a/Cargo.toml b/Cargo.toml index 7f385c1..5253c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "golgi" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Max Fowler ", "Andrew Reid "] readme = "README.md"