Skip to content

Commit

Permalink
release v0.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 27, 2024
1 parent 3132c36 commit da765d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

All notable changes to this project will be documented in this file.

## v0.15.12 - 2024-01-27

### Hot fix

- avoid automatic decompression when reading file for generating SHA256 digest

## v0.15.11 - 2024-01-27

### Library changes

- switch to `rustls` as the default TLS backend
- add `oneio::download_with_retry` function to allow retrying download
- add `oneio::get_sha256_digest` function to library to calculate SHA256 digest of a file
- add `oneio::get_sha256_digest` function to the library to calculate SHA256 digest of a file

### CLI changes

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.15.11"
version = "0.15.12"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit da765d7

Please sign in to comment.