Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Guerinoni <[email protected]>
Co-authored-by: Paolo Barbolini <[email protected]>
  • Loading branch information
guerinoni and paolobarbolini committed Apr 25, 2022
1 parent 92ba43f commit a6fcde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-s3"
version = "0.2.1"
version = "0.3.0"
authors = ["Paolo Barbolini <[email protected]>", "Federico Guerinoni <[email protected]>"]
description = "Simple pure Rust AWS S3 Client following a Sans-IO approach"
keywords = ["aws", "s3", "minio"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![crates.io](https://img.shields.io/crates/v/rusty-s3.svg)](https://crates.io/crates/rusty-s3)
[![Documentation](https://docs.rs/rusty-s3/badge.svg)](https://docs.rs/rusty-s3)
[![dependency status](https://deps.rs/crate/rusty-s3/0.2.1/status.svg)](https://deps.rs/crate/rusty-s3/0.2.1)
[![dependency status](https://deps.rs/crate/rusty-s3/0.3.0/status.svg)](https://deps.rs/crate/rusty-s3/0.3.0)
[![Rustc Version 1.56+](https://img.shields.io/badge/rustc-1.56+-lightgray.svg)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[![CI](https://github.com/paolobarbolini/rusty-s3/workflows/CI/badge.svg)](https://github.com/paolobarbolini/rusty-s3/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/paolobarbolini/rusty-s3/branch/main/graph/badge.svg?token=K0YPC21N8D)](https://codecov.io/gh/paolobarbolini/rusty-s3)
Expand Down

0 comments on commit a6fcde0

Please sign in to comment.