Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Jan 5, 2024
1 parent f0b1ec6 commit ba8928b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## rdkafka [0.3.1] - 2024-01-05

### Fixed

- Add `rdkafka::message::{Header, HeaderIter}` and `BorrowedHeaders::detach`.
- Fix `rdkafka::message::Headers` trait.

## aws-sdk-s3 [0.4.0] - 2023-11-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion madsim-rdkafka/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "madsim-rdkafka"
version = "0.3.0+0.34.0"
version = "0.3.1+0.34.0"
edition = "2021"
authors = ["Runji Wang <[email protected]>"]
description = "The rdkafka simulator on madsim."
Expand Down
2 changes: 1 addition & 1 deletion madsim-rdkafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Replace all `rdkafka` entries in your Cargo.toml:

```toml
[dependencies]
rdkafka = { version = "0.3.0", package = "madsim-rdkafka" }
rdkafka = { version = "0.3", package = "madsim-rdkafka" }
```

## API Modification
Expand Down

0 comments on commit ba8928b

Please sign in to comment.