Skip to content

Commit

Permalink
Merge pull request #217 from influxdata/crepererum/release_05
Browse files Browse the repository at this point in the history
chore: prepare 0.5.0 release
  • Loading branch information
kodiakhq[bot] authored Aug 11, 2023
2 parents 2f371bd + 57ed1d1 commit c9a1b06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.5.0 -- SASL, Backoff Configs

### Features
- backoff config w/ deadline added to `ClientConfig` (#213, #215)
- `PLAIN` SASL auth (#216)

### Bug Fixes
- license specifier now has correct SPDX 2.1 format

### Dependency Updates
- `integer-encoding` to 3 (#209)
- `j4rs` (dev dependency) to 0.17.0 (#207, #210)
- `rdkafka` (dev dependency) to 0.33 (#206, #208)


## 0.4.0 -- More Stability

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "rskafka"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = [
"api",
Expand Down

0 comments on commit c9a1b06

Please sign in to comment.