Skip to content

Commit

Permalink
Bumps version to 20.9 prepping for release (#841)
Browse files Browse the repository at this point in the history
* Bumps version to 20.9 prepping for release

* Adds forgotten cargo lock update

* Updates changelog with missing entries
  • Loading branch information
scottopell authored Mar 8, 2024
1 parent 63072bc commit f5dfed7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased
### Added
### Changed
### Fixed

## [0.20.9]
### Added
- Enforces changelog entries via CI check
- `payloadtool` binary useful for developers writing new experiments.
- Respects the env var `RUST_LOG` to control logging.
### Fixed
- During payload generation, blocks will reliably be filled to the requested amount.
- During payload generation, block chunks now give more feedback when the
requested amount cannot be hit.
- Does not crash on empty line in prometheus exports
### Changed
- Increases the amount of blocks available during payload generation.
- DogStatsD tag generation updated to better reflect real DSD traffic.
- Users should avoid setting custom `block_sizes` and rely on the default
blocks. `payloadtool` is available to help evaluate block size options.

## [0.20.8]
### Added
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.20.8"
version = "0.20.9"
authors = ["Brian L. Troutwine <[email protected]>", "George Hahn <[email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f5dfed7

Please sign in to comment.