From 993e04b10bd47a4f678593eb7ef02f0f398cc9a2 Mon Sep 17 00:00:00 2001 From: Mingwei Zhang Date: Sat, 3 Feb 2024 10:34:00 -0800 Subject: [PATCH] release v0.5.3 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc371cf..cbd5a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. + +## v0.5.3 - 2024-02-03 + +### Highlights + +* remove openssl dependency, switching to rustls as TLS backend +* support installation via `cargo-binstall` + ## v0.5.2 - 2023-12-18 * add GitHub actions config to build `monocle` binary for macOS (Universal), and linux (arm and amd64) diff --git a/Cargo.toml b/Cargo.toml index 6e9b547..278c650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monocle" -version = "0.5.2" +version = "0.5.3" authors = ["Mingwei Zhang "] edition = "2021" readme = "README.md" @@ -45,4 +45,4 @@ indicatif = "0.17.0" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz" -pkg-fmt = "tgz" \ No newline at end of file +pkg-fmt = "tgz"