From 76b8b02b6d5d7be0475fb8d800641c227c4f0aa1 Mon Sep 17 00:00:00 2001 From: Mingwei Zhang Date: Wed, 20 Mar 2024 15:25:39 -0700 Subject: [PATCH] prepare release of 0.16.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617260c..34644ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v0.16.3 -- 2024-03-20 + +* switch `flate2` to `rust-backend` default feature as the `zlib-ng` feature requires `cmake` to build and offers no + performance improvement over the `rust-backend` feature +* update `reqwest` to version `0.12` + ## v0.16.2 -- 2024-02-23 ### Highlights diff --git a/Cargo.toml b/Cargo.toml index 65c03f2..da585b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oneio" -version = "0.16.2" +version = "0.16.3" authors = ["Mingwei Zhang "] edition = "2021" readme = "README.md"