Skip to content

Commit 3cd19e4

Browse files
committed
Cutting 0.23.0-rc0 release
Signed-off-by: Caleb Metz <[email protected]>
1 parent 4f29f57 commit 3cd19e4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [0.23.0-rc0]
810
### Added
911
- Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
1012
```yaml

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "lading"
3-
version = "0.22.0"
3+
version = "0.23.0-rc0"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",
7-
"Scott Opell <[email protected]>"
7+
"Scott Opell <[email protected]>",
8+
"Caleb Metz <[email protected]>"
89
]
910
edition = "2021"
1011
license = "MIT"

0 commit comments

Comments
 (0)