From 944a5bc9d51dd55a901968dfcdd4ea583140eeb1 Mon Sep 17 00:00:00 2001 From: Devin R Date: Mon, 22 Jun 2020 06:42:24 -0400 Subject: [PATCH] Bump version 0.1.15 -> 0.1.16 release with license + room-search --- CHANGELOG.md | 7 ++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 ++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a06ca..6ac4a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -#[Unreleased] +# [0.1.16] * Add help output `rumatui [-h/--help]` +* Add license files to the release package # Release 0.1.15 -##### Bug Fixes +### Bug Fixes * Remove http proxy left in from testing @@ -24,7 +25,7 @@ * Note: the above features are only for displaying received events `rumatui` can not yet send these events -##### Bug Fixes +### Bug Fixes * Send read receipts to mark the correct read message (it was sending random event ids) * Send `read_marker` events instead of `read_receipt` diff --git a/Cargo.lock b/Cargo.lock index 3dc33c3..0382ef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1914,7 +1914,7 @@ dependencies = [ [[package]] name = "rumatui" -version = "0.1.15" +version = "0.1.16" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dafd4b1..62e25ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumatui" -version = "0.1.15" +version = "0.1.16" authors = ["Devin R "] license = "MIT/Apache-2.0" description = "A click-able command-line Matrix client." diff --git a/README.md b/README.md index 17df50d..a9eeb82 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ For the latest and greatest ```bash cargo install --git https://github.com/DevinR528/rumatui ``` -Or the slightly safer approach + +Or the slightly safer approach but with fewer features (see [CHANGELOG](https://github.com/DevinR528/rumatui/blob/master/CHANGELOG.md#0113-alpha)) ```bash cargo install rumatui --version 0.1.13-alpha ``` @@ -26,6 +27,8 @@ cargo install rumatui --version 0.1.13-alpha rumatui [HOMESERVER | OPTIONS] ``` +Options are limited to `-h/--help` for now. + If no `homeserver` is specified, matrix.org is used. # Use