Skip to content

Commit

Permalink
bump version for madsim-aws-sdk-s3 (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 authored Nov 10, 2023
1 parent 5bc43f6 commit 6e0f03a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## aws-sdk-s3 [0.3.0] - 2023-11-10

### Changed

- Update `aws-sdk-s3` to v0.35.0.

## madsim [0.2.23] - 2023-10-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio = { version = "0.2", package = "madsim-tokio" }
tonic = { version = "0.4", package = "madsim-tonic" }
etcd-client = { version = "0.4", package = "madsim-etcd-client" }
rdkafka = { version = "0.3", package = "madsim-rdkafka" }
aws-sdk-s3 = { version = "0.2", package = "madsim-aws-sdk-s3" }
aws-sdk-s3 = { version = "0.3", package = "madsim-aws-sdk-s3" }

[dev-dependencies]
tonic-build = { version = "0.4", package = "madsim-tonic-build" }
Expand Down
2 changes: 1 addition & 1 deletion madsim-aws-sdk-s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "madsim-aws-sdk-s3"
version = "0.2.25+0.28"
version = "0.3.0+0.35"
edition = "2021"
authors = ["Kevin Axel <[email protected]>"]
description = "The s3 simulator on madsim."
Expand Down
4 changes: 2 additions & 2 deletions madsim-aws-sdk-s3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# madsim-s3-client

The `aws-sdk-s3` simulator on madsim. Mirrors [aws-sdk-s3 v0.28.0](https://docs.rs/aws-sdk-s3/0.28.0/aws_sdk_s3/index.html).
The `aws-sdk-s3` simulator on madsim. Mirrors [aws-sdk-s3 v0.35.0](https://docs.rs/aws-sdk-s3/0.35.0/aws_sdk_s3/index.html).

> If it looks like s3, acts like s3, and is used like s3, then it probably is s3.
Expand All @@ -10,5 +10,5 @@ Replace all `aws-sdk-s3` entries in your Cargo.toml:

```toml
[dependencies]
aws-sdk-s3 = { version = "0.2", package = "madsim-aws-sdk-s3" }
aws-sdk-s3 = { version = "0.3", package = "madsim-aws-sdk-s3" }
```

0 comments on commit 6e0f03a

Please sign in to comment.