Skip to content

Commit

Permalink
v0.18.1-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Aug 22, 2023
1 parent 7a632ca commit 8c09706
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

## [0.18.1-rc0]
### Added
- `lading-payload` crate is now split out from the `lading` crate
### Changed
- The block mechanism is reworked to provide a 'fixed' and 'streaming' model,
running in a separate OS thread from the tokio runtime.

## [0.18.0]
### Changed
- The predictive throttle no longer exists. The only options are stable and
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.18.0"
version = "0.18.1-rc0"
authors = ["Brian L. Troutwine <brian.troutwine@datadoghq.com>", "George Hahn <george.hahn@datadoghq.com"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 8c09706

Please sign in to comment.