Skip to content

Commit

Permalink
prepare release of 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Mar 20, 2024
1 parent 2197d8e commit 76b8b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oneio"
version = "0.16.2"
version = "0.16.3"
authors = ["Mingwei Zhang <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 76b8b02

Please sign in to comment.