Skip to content

Commit 9cb37bc

Browse files
authored
Prepare 0.11.0 release (#389)
1 parent bb9c4c4 commit 9cb37bc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.11.0] - 2022-11-16
10+
### Added
11+
- Observer now measures child processes of the target
12+
913
## [0.10.4] - 2022-11-16
1014
### Added
1115
- HTTP blackhole can be configured with arbitrary response body, headers and
1216
status code
1317
- gRPC HTTP2 client concurrency can now be configured
14-
- Observer now measures child processes of the target
1518

1619
## [0.10.3] - 2022-11-02
1720
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "lading"
10-
version = "0.10.4"
10+
version = "0.11.0"
1111
authors = ["Brian L. Troutwine <brian@troutwine.us>"]
1212
edition = "2021"
1313
license = "MIT"

0 commit comments

Comments
 (0)